瀏覽代碼

c# projects: ignore user specific files, testresults and windows picture index files

Alexis Reigel 14 年之前
父節點
當前提交
31198dd999
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      CSharp.gitignore

+ 9 - 0
CSharp.gitignore

@@ -5,3 +5,12 @@ _ReSharper*
 bin
 obj
 
+# user settings
+*.user
+*.suo
+
+# if you have pictures, windows will likely create those annoying index files
+Thumbs.db
+
+# mstest test results
+TestResults