瀏覽代碼

Merge pull request #578 from tdev/gitignore

improved gitignore for VS2012
LuisAntonRebollo 11 年之前
父節點
當前提交
6dfaf33d29
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

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