We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e51eee commit c743d0bCopy full SHA for c743d0b
.gitignore
@@ -0,0 +1,34 @@
1
+# Compiled Object files
2
+*.slo
3
+*.lo
4
+*.o
5
+*.obj
6
+# Precompiled Headers
7
+*.gch
8
+*.pch
9
+# Compiled Dynamic libraries
10
+*.so
11
+*.dylib
12
+*.dll
13
+# Fortran module files
14
+*.mod
15
+# Compiled Static libraries
16
+*.lai
17
+*.la
18
+*.a
19
+*.lib
20
+# Executables
21
+*.exe
22
+*.out
23
+*.app
24
+# http://www.gnu.org/software/automake
25
+Makefile.in
26
+# http://www.gnu.org/software/autoconf
27
+/autom4te.cache
28
+/aclocal.m4
29
+/compile
30
+/configure
31
+/depcomp
32
+/install-sh
33
+/missing
34
+/stamp-h1
0 commit comments