c# projects: ignore user specific files, testresults and windows picture index files
This commit is contained in:
parent
cd93fbcade
commit
31198dd999
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue