Skip to content

Commit d8d9fba

Browse files
committed
update .gitignore so PEAR_PackageFileManager_Git handles it well
1 parent 288fe4d commit d8d9fba

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

.gitignore

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,41 @@
22
*.o
33
.deps
44
.libs
5-
/Makefile
6-
/Makefile.fragments
7-
/Makefile.global
8-
/Makefile.objects
5+
Makefile
6+
Makefile.fragments
7+
Makefile.global
8+
Makefile.objects
99
acinclude.m4
1010
aclocal.m4
11-
autom4te.cache
12-
build
11+
autom4te.cache/*
12+
build/*
1313
config.guess
14-
/config.h
15-
/config.h.in
14+
config.h
15+
config.h.in
1616
*.log
1717
config.nice
1818
config.status
1919
config.sub
20-
/configure
21-
/configure.in
20+
configure
21+
configure.in
2222
*~
2323
install-sh
2424
libtool
2525
ltmain.sh
2626
missing
2727
mkinstalldirs
28-
modules
28+
modules/*
2929
v8js.la
30-
/run-tests.php
30+
v8js-*.tgz
31+
run-tests.php
3132
.*.sw[poq]
3233

33-
/tests/*.diff
34-
/tests/*.exp
35-
/tests/*.out
36-
/tests/*.php
37-
/tests/*.sh
38-
/tests/*.mem
34+
tests/*.diff
35+
tests/*.exp
36+
tests/*.out
37+
tests/*.php
38+
tests/*.sh
39+
tests/*.mem
3940

40-
/.vagrant
41+
.vagrant
4142
tmp-php.ini

0 commit comments

Comments
 (0)