소스 검색

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