Add configure.ac to Git ignored files (#405)

Starting with PHP 7.2, the phpize script outputs configure.ac. Earlier verisons
of phpize generated configure.in. Since configure.in was already on the
gitignore list, this PR adds configure.ac to the gitignore list.
This commit is contained in:
Peter Kokot
2018-09-01 18:27:21 +02:00
committed by Aaron Stone
parent 549e7c8a3a
commit 58b299e585

1
.gitignore vendored
View File

@@ -22,6 +22,7 @@ config.status
config.sub
configure
configure.in
configure.ac
conftest
conftest.c
include