Skip to content

Commit 8c4a15d

Browse files
committed
Git Ignore File
0 parents  commit 8c4a15d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Thumbs.db
2+
*.obj
3+
*.exe
4+
*.pdb
5+
*.user
6+
*.aps
7+
*.pch
8+
*.vspscc
9+
*_i.c
10+
*_p.c
11+
*.ncb
12+
*.suo
13+
*.sln.docstates
14+
*.tlb
15+
*.tlh
16+
*.bak
17+
*.cache
18+
*.ilk
19+
*.log
20+
[Bb]in
21+
[Dd]ebug*/
22+
*.lib
23+
*.sbr
24+
obj/
25+
[Rr]elease*/
26+
_ReSharper*/
27+
[Tt]est[Rr]esult*

0 commit comments

Comments
 (0)