Skip to content

Commit 31198dd

Browse files
koffeinfreidefunkt
authored andcommitted
c# projects: ignore user specific files, testresults and windows picture index files
1 parent cd93fbc commit 31198dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CSharp.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ _ReSharper*
55
bin
66
obj
77

8+
# user settings
9+
*.user
10+
*.suo
11+
12+
# if you have pictures, windows will likely create those annoying index files
13+
Thumbs.db
14+
15+
# mstest test results
16+
TestResults

0 commit comments

Comments
 (0)