Merge pull request #578 from tdev/gitignore

improved gitignore for VS2012
This commit is contained in:
LuisAntonRebollo 2014-03-16 14:03:08 +01:00
commit 6dfaf33d29

10
.gitignore vendored
View file

@ -40,6 +40,11 @@ local.properties
*.suo
*.user
*.sln.docstates
*.sln
*.vcxproj
*.vcxproj.filters
*.vcproj
# Build results
[Dd]ebug/
@ -62,6 +67,11 @@ local.properties
*.vspscc
.builds
*.dotCover
*.dll
*.lib
*.exp
*.exe
## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/