Skip to content

Commit 0cfda1e

Browse files
committed
Add .gitignore
1 parent 3a191d9 commit 0cfda1e

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#Visual Studio files
2+
*.[Oo]bj
3+
*.user
4+
*.aps
5+
*.pch
6+
*.vspscc
7+
*.vssscc
8+
*_i.c
9+
*_p.c
10+
*.ncb
11+
*.suo
12+
*.tlb
13+
*.tlh
14+
*.bak
15+
*.[Cc]ache
16+
*.ilk
17+
*.log
18+
*.lib
19+
*.sbr
20+
*.sdf
21+
*.opensdf
22+
*.unsuccessfulbuild
23+
ipch/
24+
obj/
25+
[Bb]in
26+
[Dd]ebug*/
27+
[Rr]elease*/

0 commit comments

Comments
 (0)