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.
2 parents 1e3f119 + d9674be commit 4e3d591Copy full SHA for 4e3d591
.gitignore
@@ -0,0 +1,52 @@
1
+/.deps
2
+/Makefile
3
+/*.lo
4
+/*.loT
5
+/*.slo
6
+/*.mk
7
+/*.la
8
+/.libs
9
+/libs.mk
10
+/ac*.m4
11
+/build
12
+/config.h
13
+/config.h.in
14
+/config.nice
15
+/config.sub
16
+/configure
17
+/configure.in
18
+/config.status
19
+/config.cache
20
+/conftest
21
+/conftest.c
22
+/core
23
+/dynlib.m4
24
+/install-sh
25
+/ltmain.sh
26
+/include
27
+/Makefile.fragments
28
+/Makefile.global
29
+/Makefile.objects
30
+/missing
31
+/mkinstalldirs
32
+/modules
33
+/scan_makefile_in.awk
34
+/config.guess
35
+/*swp
36
+/config.log
37
+/libtool
38
+/Debug
39
+/Release
40
+/Debug_TS
41
+/Release_TS
42
+/*.plg
43
+/*.patch
44
+/*.tgz
45
+/*.ncb
46
+/*.opt
47
+/*.dsw
48
+/autom4te.cache
49
+/run-tests-config.php
50
+/run-tests.php
51
+/tmp-php.ini
52
+.svn
0 commit comments