mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 12:51:52 +00:00
update .gitignore so PEAR_PackageFileManager_Git handles it well
This commit is contained in:
parent
288fe4d2a0
commit
d8d9fba648
39
.gitignore
vendored
39
.gitignore
vendored
@ -2,40 +2,41 @@
|
|||||||
*.o
|
*.o
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
/Makefile
|
Makefile
|
||||||
/Makefile.fragments
|
Makefile.fragments
|
||||||
/Makefile.global
|
Makefile.global
|
||||||
/Makefile.objects
|
Makefile.objects
|
||||||
acinclude.m4
|
acinclude.m4
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache/*
|
||||||
build
|
build/*
|
||||||
config.guess
|
config.guess
|
||||||
/config.h
|
config.h
|
||||||
/config.h.in
|
config.h.in
|
||||||
*.log
|
*.log
|
||||||
config.nice
|
config.nice
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
/configure
|
configure
|
||||||
/configure.in
|
configure.in
|
||||||
*~
|
*~
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
modules
|
modules/*
|
||||||
v8js.la
|
v8js.la
|
||||||
/run-tests.php
|
v8js-*.tgz
|
||||||
|
run-tests.php
|
||||||
.*.sw[poq]
|
.*.sw[poq]
|
||||||
|
|
||||||
/tests/*.diff
|
tests/*.diff
|
||||||
/tests/*.exp
|
tests/*.exp
|
||||||
/tests/*.out
|
tests/*.out
|
||||||
/tests/*.php
|
tests/*.php
|
||||||
/tests/*.sh
|
tests/*.sh
|
||||||
/tests/*.mem
|
tests/*.mem
|
||||||
|
|
||||||
/.vagrant
|
.vagrant
|
||||||
tmp-php.ini
|
tmp-php.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user