소스 검색

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.
Peter Kokot 6 년 전
부모
커밋
3327f2e359
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -20,6 +20,7 @@ config.status
 config.sub
 configure
 configure.in
+configure.ac
 *~
 install-sh
 libtool