summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-18 17:27:25 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-18 17:28:10 -0700
commit1ae2ee146885756849332709ec7eaf42bc0424cb (patch)
tree3e3f13fcd1bc9954b62ee0cbff4ed348680dc478 /crawl-ref/.gitignore
parent2c979d9691e8d6d2e662c0e1534b6a4e25e2f8f1 (diff)
downloadcrawl-ref-1ae2ee146885756849332709ec7eaf42bc0424cb.tar.gz
crawl-ref-1ae2ee146885756849332709ec7eaf42bc0424cb.zip
makefile: don't use intermediate .compflag.h file
It's not necessary, because the compflag.h header will never exist, because the makefile has it marked as an .INTERMEDIATE, which means it's deleted automatically if the build is cancelled or finishes. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/.gitignore')
-rw-r--r--crawl-ref/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/.gitignore b/crawl-ref/.gitignore
index 2dc2260a9d..17f914c1c1 100644
--- a/crawl-ref/.gitignore
+++ b/crawl-ref/.gitignore
@@ -40,7 +40,6 @@ mapgen.log
makefile.dep
/source/.contrib-ok
/source/compflag.h
-/source/.compflag.h
# The Crawl executable.
/source/crawl