Skip to content

Commit 3327f2e

Browse files
committed
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.
1 parent 18b79d9 commit 3327f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ config.status
2020
config.sub
2121
configure
2222
configure.in
23+
configure.ac
2324
*~
2425
install-sh
2526
libtool

0 commit comments

Comments
 (0)