diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-04-15 20:03:48 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-04-15 20:03:48 +0200 |
commit | 68842534616cd0ab29af4c1b8966c4ebf9900c2c (patch) | |
tree | db2269c1c0421b449a7ef06bba89fa9b9381c1c2 /.gitignore | |
parent | 8e68a9d9eb28e333baa4bd60d332d49e5e61520d (diff) | |
download | php-git-68842534616cd0ab29af4c1b8966c4ebf9900c2c.tar.gz |
Remove not needed extension generated files gitignores
These were refactored and moved to build directory via:
2957651c5c2a003e96318fc9217764b91266723a and
7e445ef3b1a197dccbc92f35cb66988b66671841
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index ca7179b7b0..d98d59afd4 100644 --- a/.gitignore +++ b/.gitignore @@ -179,11 +179,7 @@ php # ------------------------------------------------------------------------------ /ext/*/acinclude.m4 /ext/*/build/ -/ext/*/config.guess -/ext/*/config.sub /ext/*/configure.ac -/ext/*/ltmain.sh -/ext/*/Makefile.global /ext/*/run-tests.php # ------------------------------------------------------------------------------ |