]> source.dussan.org Git - gitignore.git/commitdiff
c# projects: ignore user specific files, testresults and windows picture index files
authorAlexis Reigel <mail@koffeinfrei.org>
Fri, 11 Feb 2011 12:00:16 +0000 (13:00 +0100)
committerChris Wanstrath <chris@ozmm.org>
Tue, 22 Feb 2011 01:56:58 +0000 (17:56 -0800)
CSharp.gitignore

index 9421b39dc26a43b8ea800a6b6bbae0603e7aca9b..e457e42c52414c03168d76b2762de34f2b62b4aa 100644 (file)
@@ -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
\ No newline at end of file