ignore more VS2010 build files in .gitignore

This commit is contained in:
Joshua M. Doe 2012-06-28 13:04:41 -04:00
parent 0a54477f2d
commit 248db4f3f7
2 changed files with 14 additions and 4 deletions

7
.gitignore vendored
View File

@ -1,4 +1,6 @@
#ignore backup copies
*~
*.swp
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
@ -27,3 +29,6 @@ obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.sdf
*.opensdf
ipch/

View File

@ -1,4 +1,6 @@
#ignore backup copies
*~
*.swp
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
@ -27,3 +29,6 @@ obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.sdf
*.opensdf
ipch/