Skip to content

Commit 58f97a3

Browse files
committed
update gitignore
1 parent d768a0b commit 58f97a3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.gitignore

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1+
# .gitignore
12

23
*.vcxproj.filters
34
*.filters
45

5-
DebugU/
6-
ReleaseU/
7-
86
# Prerequisites
97
*.d
108

@@ -59,6 +57,18 @@ bld/
5957
[Bb]in/
6058
[Oo]bj/
6159
[Ll]og/
60+
URLDownload/[Dd]ebug/
61+
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+
6272

6373
# Visual Studio 2015/2017 cache/options directory
6474
.vs/

0 commit comments

Comments
 (0)