From: Peter Kokot Date: Tue, 18 Sep 2018 03:21:19 +0000 (+0200) Subject: Fix config.guess and config.sub files in .gitignore X-Git-Tag: php-7.4.0alpha1~1884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfe46a5d7970e988591f0593ae3ebddf9e5196f4;p=php Fix config.guess and config.sub files in .gitignore Files `config.guess` and `config.sub` are committed in the php-src repository so these don't need to be ignored for the root directory. For the extensions these can be ignored in case of building extension inside the php-src with phpize. --- diff --git a/.gitignore b/.gitignore index c0a5939537..84078dc038 100644 --- a/.gitignore +++ b/.gitignore @@ -43,13 +43,11 @@ buildconf.stamp buildmk.stamp confdefs.h config.h -config.guess config.cache config.h.in config.log config.nice config.status -config.sub config_vars.mk configuration-parser.c configuration-parser.h @@ -145,6 +143,7 @@ ext/*/build ext/*/scan_makefile_in.awk ext/*/Makefile.global ext/*/acinclude.m4 +ext/*/config.guess ext/*/config.sub ext/date/lib/timelib_config.h ext/iconv/php_have_bsd_iconv.h