aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLittleboy2011-02-14 02:57:13 -0500
committerLittleboy2011-02-14 03:00:50 -0500
commit1e989c44ed13e63cd1d128be2250bd1eddaf3e40 (patch)
treeda99698c116b4ee03790bafd60eb635718d812bb /.gitignore
parentae986410a905131b33be173962a04d51392a1181 (diff)
downloadscummvm-rg350-1e989c44ed13e63cd1d128be2250bd1eddaf3e40.tar.gz
scummvm-rg350-1e989c44ed13e63cd1d128be2250bd1eddaf3e40.tar.bz2
scummvm-rg350-1e989c44ed13e63cd1d128be2250bd1eddaf3e40.zip
GIT: Ignore more files and directories used by Visual Studio
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9983c212d8..951ef3978d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,9 +127,19 @@ Thumbs.db
*.ilk
*.log
*.sbr
+*.sdf
+*.opensdf
obj/
_ReSharper*/
[Tt]est[Rr]esult*
*.vcproj
*.sln
-*.vsprops \ No newline at end of file
+*.vsprops
+*.props
+*.vcxproj*
+*.bat
+*.tss
+
+#Ignore default Visual Studio build folders
+[Dd]ebug/
+[Rr]elease/ \ No newline at end of file