We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d768a0b commit 58f97a3Copy full SHA for 58f97a3
.gitignore
@@ -1,10 +1,8 @@
1
+# .gitignore
2
3
*.vcxproj.filters
4
*.filters
5
-DebugU/
6
-ReleaseU/
7
-
8
# Prerequisites
9
*.d
10
@@ -59,6 +57,18 @@ bld/
59
57
[Bb]in/
60
58
[Oo]bj/
61
[Ll]og/
+URLDownload/[Dd]ebug/
+URLDownload/[Rr]elease/
62
+URLDownload/x64
63
+URLDownload/x86
64
+URLDownload/[Dd]ebug[Uu]/
65
+URLDownload/[Rr]elease[Uu]/
66
+URLDownload/DebugU/
67
+URLDownload/ReleaseU/
68
+URLDownload/x64/
69
+"URLDownload/Unicode Release/"
70
+"URLDownload/Unicode Debug/"
71
+
72
73
# Visual Studio 2015/2017 cache/options directory
74
.vs/
0 commit comments