From 2247e52be19dc7899e572be043e816b5d39b6647 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 17 Apr 2011 15:28:46 -0700 Subject: [PATCH] Enriched .gitignore to avoid testing/working files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index f20c730c..5c658aee 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,12 @@ _ReSharper*/ *.o BIN/ ipch/ +# We only care about specific files in the Visual Studio Projects +# folder. Things which are there on the fly to support debugging +# or other things we don't want git to manage. +!Visual Studio Projects/*.vcproj +!Visual Studio Projects/*.sln +!Visual Studio Projects/0ReadMe_Projects.txt +Visual Studio Projects/* + +