mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11: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
|
||||
.deps
|
||||
.libs
|
||||
/Makefile
|
||||
/Makefile.fragments
|
||||
/Makefile.global
|
||||
/Makefile.objects
|
||||
Makefile
|
||||
Makefile.fragments
|
||||
Makefile.global
|
||||
Makefile.objects
|
||||
acinclude.m4
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
build
|
||||
autom4te.cache/*
|
||||
build/*
|
||||
config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
config.h
|
||||
config.h.in
|
||||
*.log
|
||||
config.nice
|
||||
config.status
|
||||
config.sub
|
||||
/configure
|
||||
/configure.in
|
||||
configure
|
||||
configure.in
|
||||
*~
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
modules
|
||||
modules/*
|
||||
v8js.la
|
||||
/run-tests.php
|
||||
v8js-*.tgz
|
||||
run-tests.php
|
||||
.*.sw[poq]
|
||||
|
||||
/tests/*.diff
|
||||
/tests/*.exp
|
||||
/tests/*.out
|
||||
/tests/*.php
|
||||
/tests/*.sh
|
||||
/tests/*.mem
|
||||
tests/*.diff
|
||||
tests/*.exp
|
||||
tests/*.out
|
||||
tests/*.php
|
||||
tests/*.sh
|
||||
tests/*.mem
|
||||
|
||||
/.vagrant
|
||||
.vagrant
|
||||
tmp-php.ini
|
||||
|
Loading…
Reference in New Issue
Block a user