diff options
author | Littleboy | 2011-02-14 02:57:13 -0500 |
---|---|---|
committer | Littleboy | 2011-02-14 03:00:50 -0500 |
commit | 1e989c44ed13e63cd1d128be2250bd1eddaf3e40 (patch) | |
tree | da99698c116b4ee03790bafd60eb635718d812bb /.gitignore | |
parent | ae986410a905131b33be173962a04d51392a1181 (diff) | |
download | scummvm-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-- | .gitignore | 12 |
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 |