Added .gitignore files

Makes git ignore build files and preserve directories that the build
process expects to be empty.  The Makefiles should probably be modified
in the future to not require such directories to be pre-existing in the
first place, but for now this is a work-around of git's (intentional)
inability to store empty directories.
This commit is contained in:
Mike Swanson 2008-12-11 14:17:28 -08:00
parent 0d85ebb9fa
commit 3671e25770
6 changed files with 16 additions and 0 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
deutex.log
graphics/titlepic/freedm.gif
graphics/titlepic/freedoom.gif
lumps/cph/misc-lumps/colormap.lmp
lumps/cph/misc-lumps/playpal.lmp
lumps/freedoom.lmp
sprites/jond/placeholder/*.gif
textures/doom2/pnames.txt
textures/doom2/texture1.txt
textures/freedm/pnames.txt
textures/freedm/texture1.txt
textures/shareware/pnames.txt
textures/shareware/texture1.txt
textures/texture1.txt
wads/*.wad
wad*.txt

0
textures/doom/.gitignore vendored Normal file
View file

0
textures/doom2/.gitignore vendored Normal file
View file

0
textures/freedm/.gitignore vendored Normal file
View file

0
textures/shareware/.gitignore vendored Normal file
View file

0
wads/.gitignore vendored Normal file
View file