mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 15:18:41 +00:00
Add configure.ac to .gitignore
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.
This commit is contained in:
parent
18b79d9004
commit
3327f2e359
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@ config.status
|
|||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
configure.in
|
configure.in
|
||||||
|
configure.ac
|
||||||
*~
|
*~
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user