Skip to content

Commit c408895

Browse files
authored
Update .gitignore (#70)
1 parent 801a576 commit c408895

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
.deps
2-
*.lo
1+
*.dep
32
*.la
3+
*.lo
4+
.deps
45
.libs
56
Makefile
67
Makefile.fragments
@@ -10,21 +11,31 @@ acinclude.m4
1011
aclocal.m4
1112
autom4te.cache
1213
build
14+
common.fn_flags
1315
config.guess
1416
config.h
1517
config.h.in
18+
config.h.in~
1619
config.log
1720
config.nice
1821
config.status
1922
config.sub
2023
configure
21-
configure.in
2224
configure.ac
25+
configure.in
2326
install-sh
2427
libtool
2528
ltmain.sh
29+
memprof-*.tgz
2630
missing
2731
mkinstalldirs
2832
modules
2933
run-tests.php
30-
memprof-*.tgz
34+
tests/*.diff
35+
tests/*.exp
36+
tests/*.log
37+
tests/*.out
38+
tests/*.php
39+
tests/*.sh
40+
tests/phpt.*
41+
tmp-php.ini

0 commit comments

Comments
 (0)