Skip to content

Commit 78bb547

Browse files
committed
ignores
1 parent 31ce6d5 commit 78bb547

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2-
bin
3-
obj
2+
[Bb]in/
3+
[Oo]bj/
44
.svn
55
Apps
66

7-
# mstest test results
8-
TestResults
7+
# User-specific files
8+
*.suo
9+
*.user
10+
*.sln.docstates
11+
12+
# MSTest test Results
13+
[Tt]est[Rr]esult*/
14+
[Bb]uild[Ll]og.*

0 commit comments

Comments
 (0)