Update .gitignore and clean target

- doom pnames and textures
- ultimate doom wadinfo

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
This commit is contained in:
RjY 2008-12-21 23:19:53 +00:00 committed by Mike Swanson
parent dcfff7c042
commit 2fb3f785b3
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -6,6 +6,8 @@ lumps/cph/misc-lumps/colormap.lmp
lumps/cph/misc-lumps/playpal.lmp
lumps/freedoom.lmp
sprites/jond/placeholder/*.gif
textures/doom/pnames.txt
textures/doom/texture1.txt
textures/doom2/pnames.txt
textures/doom2/texture1.txt
textures/freedm/pnames.txt

View file

@ -176,7 +176,10 @@ clean:
rm -f deutex.log $(OBJS) \
./wadinfo.txt ./wadinfo_sw.txt \
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
./wadinfo_ult.txt \
./lumps/freedoom.lmp \
./textures/doom/pnames.txt \
./textures/doom/texture1.txt \
./textures/doom2/pnames.txt \
./textures/doom2/texture1.txt \
./textures/freedm/pnames.txt \