From f76e05984adace29584a065bf8a979835c69b0e3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 22 Jan 2014 05:47:06 +0000 Subject: [PATCH] Fix git ignores for several generated files. --- graphics/text/.gitignore | 1 + lumps/textures/freedm/.gitignore | 2 +- lumps/textures/phase1/.gitignore | 1 + lumps/textures/phase2/.gitignore | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/text/.gitignore b/graphics/text/.gitignore index fa2d4ca8..7874fb6a 100644 --- a/graphics/text/.gitignore +++ b/graphics/text/.gitignore @@ -4,3 +4,4 @@ wilv*.gif cwilv*.gif dmwilv*.gif prboom.gif +graphics.stamp diff --git a/lumps/textures/freedm/.gitignore b/lumps/textures/freedm/.gitignore index 2674dece..299c841e 100644 --- a/lumps/textures/freedm/.gitignore +++ b/lumps/textures/freedm/.gitignore @@ -1,3 +1,3 @@ texture1.lmp -texture2.lmp pnames.lmp +pnames.txt diff --git a/lumps/textures/phase1/.gitignore b/lumps/textures/phase1/.gitignore index 2674dece..ed527f8d 100644 --- a/lumps/textures/phase1/.gitignore +++ b/lumps/textures/phase1/.gitignore @@ -1,3 +1,4 @@ texture1.lmp texture2.lmp pnames.lmp +pnames.txt diff --git a/lumps/textures/phase2/.gitignore b/lumps/textures/phase2/.gitignore index df434845..299c841e 100644 --- a/lumps/textures/phase2/.gitignore +++ b/lumps/textures/phase2/.gitignore @@ -1,2 +1,3 @@ texture1.lmp pnames.lmp +pnames.txt