summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/.gitignore
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2010-01-31 14:11:32 -0800
committerSteven Noonan <steven@uplinklabs.net>2010-01-31 14:15:33 -0800
commit76f1fa8aa2a9ddb1d049d68c412249e993e78b09 (patch)
treed12c81ba42c02511d48df69f0ec6c481250ea0bb /crawl-ref/source/MSVC/.gitignore
parent3922b3f5149fbc992cb7c4ac583301c54b6ce63d (diff)
downloadcrawl-ref-76f1fa8aa2a9ddb1d049d68c412249e993e78b09.tar.gz
crawl-ref-76f1fa8aa2a9ddb1d049d68c412249e993e78b09.zip
msvc: fix build problems
build.h and compflag.h weren't being generated, and the projects didn't have the latest source tree layout. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/MSVC/.gitignore')
-rw-r--r--crawl-ref/source/MSVC/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/.gitignore b/crawl-ref/source/MSVC/.gitignore
index 197219d30d..7bf43e828f 100644
--- a/crawl-ref/source/MSVC/.gitignore
+++ b/crawl-ref/source/MSVC/.gitignore
@@ -1,5 +1,7 @@
bin
obj
+build.h
+compflag.h
*.vcproj.*.user
*.ncb
*.suo