We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e582788 commit b2d91bbCopy full SHA for b2d91bb
.gitignore
@@ -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
0 commit comments