We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d4819b + de16f7f commit 43df23cCopy full SHA for 43df23c
1 file changed
VisualStudio.gitignore
@@ -22,8 +22,21 @@ mono_crash.*
22
[Dd]ebugPublic/
23
[Rr]elease/
24
[Rr]eleases/
25
-x64/
26
-x86/
+
+[Dd]ebug/x64/
27
+[Dd]ebugPublic/x64/
28
+[Rr]elease/x64/
29
+[Rr]eleases/x64/
30
+bin/x64/
31
+obj/x64/
32
33
+[Dd]ebug/x86/
34
+[Dd]ebugPublic/x86/
35
+[Rr]elease/x86/
36
+[Rr]eleases/x86/
37
+bin/x86/
38
+obj/x86/
39
40
[Ww][Ii][Nn]32/
41
[Aa][Rr][Mm]/
42
[Aa][Rr][Mm]64/
0 commit comments