mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
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:
parent
dcfff7c042
commit
2fb3f785b3
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,6 +6,8 @@ lumps/cph/misc-lumps/colormap.lmp
|
||||||
lumps/cph/misc-lumps/playpal.lmp
|
lumps/cph/misc-lumps/playpal.lmp
|
||||||
lumps/freedoom.lmp
|
lumps/freedoom.lmp
|
||||||
sprites/jond/placeholder/*.gif
|
sprites/jond/placeholder/*.gif
|
||||||
|
textures/doom/pnames.txt
|
||||||
|
textures/doom/texture1.txt
|
||||||
textures/doom2/pnames.txt
|
textures/doom2/pnames.txt
|
||||||
textures/doom2/texture1.txt
|
textures/doom2/texture1.txt
|
||||||
textures/freedm/pnames.txt
|
textures/freedm/pnames.txt
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -176,7 +176,10 @@ clean:
|
||||||
rm -f deutex.log $(OBJS) \
|
rm -f deutex.log $(OBJS) \
|
||||||
./wadinfo.txt ./wadinfo_sw.txt \
|
./wadinfo.txt ./wadinfo_sw.txt \
|
||||||
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
|
./wadinfo_freedm.txt ./wadinfo_iwad.txt \
|
||||||
|
./wadinfo_ult.txt \
|
||||||
./lumps/freedoom.lmp \
|
./lumps/freedoom.lmp \
|
||||||
|
./textures/doom/pnames.txt \
|
||||||
|
./textures/doom/texture1.txt \
|
||||||
./textures/doom2/pnames.txt \
|
./textures/doom2/pnames.txt \
|
||||||
./textures/doom2/texture1.txt \
|
./textures/doom2/texture1.txt \
|
||||||
./textures/freedm/pnames.txt \
|
./textures/freedm/pnames.txt \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue