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 38420d6 commit b9f6e71Copy full SHA for b9f6e71
.gitignore
@@ -1,31 +1,35 @@
1
-# Object files
2
-.deps
+*.lo
+*.la
3
.libs
4
-*.o
5
-Makefile*
+acinclude.m4
+aclocal.m4
6
autom4te.cache
7
-ac*.m4
8
build
9
-config*
+config.guess
+config.h
10
+config.h.in
11
+config.log
12
+config.nice
13
+config.status
14
+config.sub
15
+configure
16
+configure.ac
17
+configure.in
18
+include
19
install-sh
20
libtool
21
ltmain.sh
22
+Makefile
23
+Makefile.fragments
24
+Makefile.global
25
+Makefile.objects
26
missing
27
mkinstalldirs
28
+modules
29
run-tests.php
-*.la
-*.lo
-# Libraries
-*.lib
-*.a
-
-# Shared objects (inc. Windows DLLs)
-*.dll
-*.so
-*.so.*
-*.dylib
-# Executables
-*.exe
30
-*.out
31
-*.app
+tests/*/*.diff
+tests/*/*.out
32
+tests/*/*.php
33
+tests/*/*.exp
34
+tests/*/*.log
35
+tests/*/*.sh
0 commit comments