From 3327f2e3591114922f0b389efad49af3294bf221 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 21 Jul 2018 03:19:07 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2671f03..6e46a23 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ config.status config.sub configure configure.in +configure.ac *~ install-sh libtool