Skip to content

Commit 0f0832f

Browse files
committed
Fix gitignore
1 parent 34be324 commit 0f0832f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@
1818
*.lib
1919
*.sbr
2020
*.sdf
21+
*.sdf
2122
*.opensdf
23+
*.pdb
24+
*.idb
25+
*.res
2226
*.unsuccessfulbuild
27+
*.lastbuildstate
28+
*.tlog
29+
*.intermediate
2330
ipch/
2431
obj/
32+
*.resfiles
2533
[Bb]in
26-
[Dd]ebug*/
27-
[Rr]elease*/
34+
Binaries/
35+
VS11.winrt/
36+
!*.vcxproj.*

0 commit comments

Comments
 (0)