From 2ae01123576c82be94c1e593b76b1660d571c8b4 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Thu, 15 Oct 2009 15:38:10 -0700 Subject: msvc: add tile build support Signed-off-by: Steven Noonan --- crawl-ref/.gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'crawl-ref/.gitignore') 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 -- cgit v1.2.3-54-g00ecf