From 1e989c44ed13e63cd1d128be2250bd1eddaf3e40 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Mon, 14 Feb 2011 02:57:13 -0500 Subject: [PATCH] GIT: Ignore more files and directories used by Visual Studio --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9983c212d894..951ef3978df0 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