|
@@ -0,0 +1,52 @@
|
|
1
|
+# ---> C++
|
|
2
|
+# Compiled Object files
|
|
3
|
+*.slo
|
|
4
|
+*.lo
|
|
5
|
+*.o
|
|
6
|
+*.obj
|
|
7
|
+
|
|
8
|
+# Precompiled Headers
|
|
9
|
+*.gch
|
|
10
|
+*.pch
|
|
11
|
+
|
|
12
|
+# Compiled Dynamic libraries
|
|
13
|
+*.so
|
|
14
|
+*.dylib
|
|
15
|
+*.dll
|
|
16
|
+
|
|
17
|
+# Fortran module files
|
|
18
|
+*.mod
|
|
19
|
+
|
|
20
|
+# Compiled Static libraries
|
|
21
|
+*.lai
|
|
22
|
+*.la
|
|
23
|
+*.a
|
|
24
|
+*.lib
|
|
25
|
+
|
|
26
|
+# Executables
|
|
27
|
+*.exe
|
|
28
|
+*.out
|
|
29
|
+*.app
|
|
30
|
+
|
|
31
|
+# ---> BricxCC
|
|
32
|
+# Bricx Command Center IDE
|
|
33
|
+# http://bricxcc.sourceforge.net
|
|
34
|
+*.bak
|
|
35
|
+*.sym
|
|
36
|
+
|
|
37
|
+# ---> Autotools
|
|
38
|
+# http://www.gnu.org/software/automake
|
|
39
|
+
|
|
40
|
+Makefile.in
|
|
41
|
+
|
|
42
|
+# http://www.gnu.org/software/autoconf
|
|
43
|
+
|
|
44
|
+/autom4te.cache
|
|
45
|
+/aclocal.m4
|
|
46
|
+/compile
|
|
47
|
+/configure
|
|
48
|
+/depcomp
|
|
49
|
+/install-sh
|
|
50
|
+/missing
|
|
51
|
+/stamp-h1
|
|
52
|
+
|