Skip to content

Commit e2adce2

Browse files
committed
Merge branch 'master' of https://github.com/wdang/gitignore into wdang-master
2 parents 21cef81 + a7def41 commit e2adce2

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

Global/VisualStudio.gitignore

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,24 @@
66
*.user
77

88
# Build results
9-
Debug/
10-
Release/
9+
[Dd]ebug/
10+
[Rr]elease/
11+
*_i.c
12+
*_p.c
13+
*.ilk
14+
*.meta
1115
*.obj
16+
*.pch
17+
*.pdb
18+
*.pgc
19+
*.pgd
20+
*.rsp
21+
*.sbr
22+
*.tlb
23+
*.tli
24+
*.tlh
25+
*.tmp
26+
*.vspscc
1227
.builds
1328

1429
# Visual C++ cache files
@@ -39,10 +54,8 @@ DocProject/Help/html
3954
publish
4055

4156
# Others
42-
bin
43-
Bin
44-
obj
45-
Obj
57+
[Bb]in
58+
[Oo]bj
4659
sql
4760
TestResults
4861
*.Cache

0 commit comments

Comments
 (0)