Enriched .gitignore to avoid testing/working files

This commit is contained in:
Mark Pizzolato 2011-04-17 15:28:46 -07:00
parent fe8b1f06de
commit 2247e52be1

9
.gitignore vendored
View file

@ -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/*