diff --git a/.gitignore b/.gitignore index 3f3cab24..3cd4f8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile b/Makefile index a17a2694..8d1b386a 100644 --- a/Makefile +++ b/Makefile @@ -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 \