Skip to content

Commit 58b299e

Browse files
petksodabrew
authored andcommitted
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.
1 parent 549e7c8 commit 58b299e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ config.status
2222
config.sub
2323
configure
2424
configure.in
25+
configure.ac
2526
conftest
2627
conftest.c
2728
include

0 commit comments

Comments
 (0)