summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-18 06:12:34 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-18 07:59:49 -0700
commit75990d7777bd3061f815ad0ff8597f885b2dce99 (patch)
treea9857d448dd0cb9b62ce252c746808778dffa8bc /crawl-ref/.gitignore
parent8420352d20a25c155bc1f00c022f72aee2eadf44 (diff)
downloadcrawl-ref-75990d7777bd3061f815ad0ff8597f885b2dce99.tar.gz
crawl-ref-75990d7777bd3061f815ad0ff8597f885b2dce99.zip
gen_ver.pl: add build.h generator script
This works best with 'git describe', but if it can't use that (i.e. in an official release tree, outside of git), it will use release_ver in the util directory. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/.gitignore')
-rw-r--r--crawl-ref/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/.gitignore b/crawl-ref/.gitignore
index 8967bca4f5..cbc37c3f7a 100644
--- a/crawl-ref/.gitignore
+++ b/crawl-ref/.gitignore
@@ -46,6 +46,9 @@ makefile.dep
# Precompiled header
/source/AppHdr.h.gch
+# Build number header
+/source/build.h
+
# Level-compiler generated files.
/source/util/*.cc
/source/util/*.h