summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-15 15:38:10 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-15 15:54:40 -0700
commit2ae01123576c82be94c1e593b76b1660d571c8b4 (patch)
tree0d59eb7dacd70e393febea3567d7a0065c4715df /crawl-ref/.gitignore
parent4e50731697e5b2f22662d494838d900b5e5f16fa (diff)
downloadcrawl-ref-2ae01123576c82be94c1e593b76b1660d571c8b4.tar.gz
crawl-ref-2ae01123576c82be94c1e593b76b1660d571c8b4.zip
msvc: add tile build support
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/.gitignore')
-rw-r--r--crawl-ref/.gitignore12
1 files changed, 10 insertions, 2 deletions
diff --git a/crawl-ref/.gitignore b/crawl-ref/.gitignore
index 3dc93c1b27..c6b1a6b67f 100644
--- a/crawl-ref/.gitignore
+++ b/crawl-ref/.gitignore
@@ -42,8 +42,6 @@ makefile.dep
# The Crawl executable.
/source/crawl
-/source/crawl.exe
-/source/crawl.pdb
# Level-compiler generated files.
/source/util/*.cc
@@ -59,3 +57,13 @@ makefile.dep
*.pbxuser
*.perspectivev3
*.mode1v3
+
+# Visual C++ cruft
+*.suo
+*.ncb
+*.vcproj.*.user
+
+# Visual C++ outputs
+/source/*.exe
+/source/*.[pi]db
+/source/*.dll