Skip to content

Commit 209d90f

Browse files
author
Halton Huo
committed
Add gitignore
1 parent 0b55735 commit 209d90f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.gitignore

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
*.Makefile
2+
*.gypcmd
3+
*.mk
4+
*.ncb
5+
*.ninja
6+
*.opensdf
7+
*.props
8+
*.pyc
9+
*.rules
10+
*.sdf
11+
*.sln
12+
*.suo
13+
*.targets
14+
*.user
15+
*.vcproj
16+
*.vcxproj
17+
*.vcxproj.filters
18+
*.vpj
19+
*.vpw
20+
*.vpwhistu
21+
*.vtg
22+
*.xcodeproj
23+
*_proto.xml
24+
*_proto_cpp.xml
25+
*~
26+
!Android.mk
27+
.*.sw?
28+
.classpath
29+
.cproject
30+
.gdb_history
31+
.gdbinit
32+
.metadata
33+
.project
34+
.pydevproject
35+
# Settings directory for eclipse
36+
.settings
37+
project.properties
38+
tags
39+
Thumbs.db
40+
cscope.*
41+
Session.vim

0 commit comments

Comments
 (0)