Skip to content

Commit b9f6e71

Browse files
committed
:octocat:
1 parent 38420d6 commit b9f6e71

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

.gitignore

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
1-
# Object files
2-
.deps
1+
*.lo
2+
*.la
33
.libs
4-
*.o
5-
Makefile*
4+
acinclude.m4
5+
aclocal.m4
66
autom4te.cache
7-
ac*.m4
87
build
9-
config*
8+
config.guess
9+
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
1019
install-sh
1120
libtool
1221
ltmain.sh
22+
Makefile
23+
Makefile.fragments
24+
Makefile.global
25+
Makefile.objects
1326
missing
1427
mkinstalldirs
28+
modules
1529
run-tests.php
16-
*.la
17-
*.lo
18-
# Libraries
19-
*.lib
20-
*.a
21-
22-
# Shared objects (inc. Windows DLLs)
23-
*.dll
24-
*.so
25-
*.so.*
26-
*.dylib
27-
28-
# Executables
29-
*.exe
30-
*.out
31-
*.app
30+
tests/*/*.diff
31+
tests/*/*.out
32+
tests/*/*.php
33+
tests/*/*.exp
34+
tests/*/*.log
35+
tests/*/*.sh

0 commit comments

Comments
 (0)