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 a3b22bc commit bc06eafCopy full SHA for bc06eaf
.gitignore
@@ -15,3 +15,43 @@
15
*.exe
16
*.out
17
*.app
18
+
19
+# Generated file by autotools
20
+Makefile
21
+Makefile.in
22
+aclocal.m4
23
+ar-lib
24
+autom4te.cache/
25
+compile
26
+config.guess
27
+config.h
28
+config.h.in
29
+config.log
30
+config.status
31
+config.sub
32
+configure
33
+depcomp
34
+example/.deps/
35
+example/Makefile
36
+example/Makefile.in
37
+include/Makefile
38
+include/Makefile.in
39
+install-sh
40
+libtool
41
+ltmain.sh
42
+missing
43
+src/.deps/
44
+src/Makefile
45
+src/Makefile.in
46
+stamp-h1
47
48
+# Editor text
49
+*.swp
50
+*~
51
52
+# Build
53
+*.la
54
+*.lo
55
+*.libs
56
+example/server
57
0 commit comments