summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
diff options
context:
space:
mode:
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