Skip to content

Commit cdfb337

Browse files
committed
Fix .gitignore for build directories
1 parent b7c69f6 commit cdfb337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ TestResults/
1818
.vs/
1919

2020
# ignore C# build directories
21-
[Dd]ebug/
22-
[Rr]elease/
21+
bin/
22+
obj/
2323
reference/.metadata/
2424
reference/reference.net/
2525
/runtime/CSharp/packages/

0 commit comments

Comments
 (0)