From 2fb3f785b3c33598d5578b16a5cbb10cadb8d81f Mon Sep 17 00:00:00 2001 From: RjY Date: Sun, 21 Dec 2008 23:19:53 +0000 Subject: [PATCH] Update .gitignore and clean target - doom pnames and textures - ultimate doom wadinfo Signed-off-by: Mike Swanson --- .gitignore | 2 ++ Makefile | 3 +++ 2 files changed, 5 insertions(+) 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 \