Skip to content

Commit c808b05

Browse files
committed
Create .gitignore
1 parent 5b67da8 commit c808b05

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

csharp-il/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
obj/
2+
TestResults/
3+
*.manifest
4+
*.pdb
5+
*.suo
6+
*.mdb
7+
*.vsmdi
8+
csharp.log
9+
**/bin/Debug
10+
**/bin/Release
11+
*.tlog
12+
.vs
13+
*.user

0 commit comments

Comments
 (0)