mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 16:48:40 +00:00
3327f2e359
If the phpize script is part of the PHP 7.0 or 7.1 installation there will be generated configure.in file from the PHP source code as a part of the old autotools files. If the phpize script is from PHP 7.2 or above there will be a new configure.ac file generated. This file is further used to generate the configure script. Having these files gitignored is useful when developing the extension.
47 lines
482 B
Plaintext
47 lines
482 B
Plaintext
*.lo
|
|
*.o
|
|
.deps
|
|
.libs
|
|
Dockerfile.tmp
|
|
Makefile
|
|
Makefile.fragments
|
|
Makefile.global
|
|
Makefile.objects
|
|
acinclude.m4
|
|
aclocal.m4
|
|
autom4te.cache/*
|
|
build/*
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
*.log
|
|
config.nice
|
|
config.status
|
|
config.sub
|
|
configure
|
|
configure.in
|
|
configure.ac
|
|
*~
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
modules/*
|
|
v8js.la
|
|
v8js-*.tgz
|
|
run-tests.php
|
|
.*.sw[poq]
|
|
|
|
tests/*.diff
|
|
tests/*.exp
|
|
tests/*.out
|
|
tests/*.php
|
|
tests/*.sh
|
|
tests/*.mem
|
|
|
|
.vagrant
|
|
tmp-php.ini
|
|
|
|
coverage_report/**
|