Replace .cvsignore files by .gitignore files
This commit is contained in:
parent
35db407da0
commit
bcdcbab19c
10 changed files with 68 additions and 59 deletions
17
.cvsignore
17
.cvsignore
|
@ -1,17 +0,0 @@
|
||||||
GNUmakefile
|
|
||||||
aclocal.m4
|
|
||||||
autom4te.cache
|
|
||||||
bin
|
|
||||||
config.h
|
|
||||||
config.h.in
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
configure
|
|
||||||
data
|
|
||||||
info.html
|
|
||||||
info.nr
|
|
||||||
lib
|
|
||||||
sources.mk
|
|
||||||
stamp-h
|
|
||||||
stamp-h.in
|
|
||||||
subjects.mk
|
|
66
.gitignore
vendored
Normal file
66
.gitignore
vendored
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
# Generated files, keep in sync with Make.mk
|
||||||
|
# $(clean)
|
||||||
|
*.[ado]
|
||||||
|
src/util/empsched
|
||||||
|
src/util/fairland
|
||||||
|
src/util/files
|
||||||
|
src/util/pconfig
|
||||||
|
src/client/empire
|
||||||
|
src/server/emp_server
|
||||||
|
info/Combat.t
|
||||||
|
info/Commerce.t
|
||||||
|
info/Commodities.t
|
||||||
|
info/Communication.t
|
||||||
|
info/Deity.t
|
||||||
|
info/Detection.t
|
||||||
|
info/Diplomacy.t
|
||||||
|
info/Distribution.t
|
||||||
|
info/Introduction.t
|
||||||
|
info/LandUnits.t
|
||||||
|
info/Loans.t
|
||||||
|
info/Maps.t
|
||||||
|
info/Nations.t
|
||||||
|
info/Nukes.t
|
||||||
|
info/Obsolete.t
|
||||||
|
info/Occupation.t
|
||||||
|
info/Planes.t
|
||||||
|
info/Playing.t
|
||||||
|
info/Populace.t
|
||||||
|
info/Producing.t
|
||||||
|
info/Sectors.t
|
||||||
|
info/Server.t
|
||||||
|
info/Ships.t
|
||||||
|
info/Transportation.t
|
||||||
|
info/Updates.t
|
||||||
|
info/TOP.t
|
||||||
|
# $(distclean)
|
||||||
|
config.h
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
info.html
|
||||||
|
info.nr
|
||||||
|
lib
|
||||||
|
stamp-h
|
||||||
|
GNUmakefile
|
||||||
|
src/client/Makefile
|
||||||
|
src/client/ipglob.c
|
||||||
|
src/lib/global/path.c
|
||||||
|
autom4te.cache
|
||||||
|
src/client/autom4te.cache
|
||||||
|
subjects.mk
|
||||||
|
# $(src_distgen)
|
||||||
|
aclocal.m4
|
||||||
|
config.h.in
|
||||||
|
configure
|
||||||
|
stamp-h.in
|
||||||
|
# $(bld_distgen)
|
||||||
|
sources.mk
|
||||||
|
# $(cli_distgen)
|
||||||
|
src/client/aclocal.m4
|
||||||
|
src/client/config.h.in
|
||||||
|
src/client/configure
|
||||||
|
|
||||||
|
# Generic junk
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*~
|
|
@ -1,28 +0,0 @@
|
||||||
Combat.t
|
|
||||||
Commerce.t
|
|
||||||
Commodities.t
|
|
||||||
Communication.t
|
|
||||||
Deity.t
|
|
||||||
Detection.t
|
|
||||||
Diplomacy.t
|
|
||||||
Distribution.t
|
|
||||||
Introduction.t
|
|
||||||
LandUnits.t
|
|
||||||
Loans.t
|
|
||||||
Maps.t
|
|
||||||
Missions.t
|
|
||||||
Nations.t
|
|
||||||
Nukes.t
|
|
||||||
Obsolete.t
|
|
||||||
Occupation.t
|
|
||||||
Planes.t
|
|
||||||
Playing.t
|
|
||||||
Populace.t
|
|
||||||
Producing.t
|
|
||||||
Sectors.t
|
|
||||||
Server.t
|
|
||||||
Ships.t
|
|
||||||
TOP.t
|
|
||||||
Transportation.t
|
|
||||||
Updates.t
|
|
||||||
stamp
|
|
|
@ -1,6 +0,0 @@
|
||||||
aclocal.m4
|
|
||||||
autom4te.cache
|
|
||||||
config.h.in
|
|
||||||
configure
|
|
||||||
empire
|
|
||||||
ipglob.c
|
|
|
@ -1 +0,0 @@
|
||||||
path.c
|
|
2
src/scripts/nightly/.gitignore
vendored
Normal file
2
src/scripts/nightly/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
boxes
|
||||||
|
logs
|
|
@ -1 +0,0 @@
|
||||||
*
|
|
|
@ -1 +0,0 @@
|
||||||
*
|
|
|
@ -1 +0,0 @@
|
||||||
emp_server
|
|
|
@ -1,4 +0,0 @@
|
||||||
empsched
|
|
||||||
fairland
|
|
||||||
files
|
|
||||||
pconfig
|
|
Loading…
Add table
Add a link
Reference in a new issue