Skip to content

Commit b2d91bb

Browse files
committed
added gitignore file
1 parent e582788 commit b2d91bb

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.gitignore

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
*.obj
6+
7+
# Precompiled Headers
8+
*.gch
9+
*.pch
10+
11+
# Compiled Dynamic libraries
12+
*.so
13+
*.dylib
14+
*.dll
15+
16+
# Fortran module files
17+
*.mod
18+
19+
# Compiled Static libraries
20+
*.lai
21+
*.la
22+
*.a
23+
*.lib
24+
25+
# Executables
26+
*.exe
27+
*.out
28+
*.app
29+
30+
# user setting
31+
*.*~
32+
*.bak
33+
.svn
34+
.tags
35+
.tags_sorted_by_file
36+
*.cfgc
37+
*.txt.user*
38+
*-build/
39+
cpp/
40+
bin/
41+
build/
42+
msg_gen/
43+
srv_gen/
44+
docs/
45+
lib/
46+
cmake_install.cmake
47+
Makefile
48+
CMakeFiles/
49+
assets/
50+
gen/
51+
build.xml
52+
lint.xml
53+
local.properties
54+
proguard-project.txt
55+
build-*/
56+
*.autosave
57+
*.pyc
58+
*.dat
59+
*.txt.user
60+
*.gch

0 commit comments

Comments
 (0)