aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Kiewitz2013-12-07 18:43:10 +0100
committerMartin Kiewitz2013-12-07 18:43:10 +0100
commite3ca51ef5e0240e3c4af14a507ed2c12f0f77660 (patch)
tree82554b77f3468338578c0a02e1ff17ae20f28680 /.gitignore
parent61c36d133abcd2732fd602991bf4fb39c6783595 (diff)
downloadscummvm-rg350-e3ca51ef5e0240e3c4af14a507ed2c12f0f77660.tar.gz
scummvm-rg350-e3ca51ef5e0240e3c4af14a507ed2c12f0f77660.tar.bz2
scummvm-rg350-e3ca51ef5e0240e3c4af14a507ed2c12f0f77660.zip
GIT: ignore all temporary msvc files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 46d7d5146a..3868edbbda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -186,5 +186,6 @@ ScummVM.includes
#Ignore Mac DS_Store files
.DS_Store
-#Ignore temporary file created by create_project
-dists/msvc9/engines/plugins_table.h
+#Ignore MS Visual C++ temporary files/subdirectories (except create_project.bat)
+dists/msvc*/**
+!dists/msvc*/create_project.bat