Adjust gitignore for PHP 5.2, 5.3 and 7.3

This commit is contained in:
cytopia 2018-08-04 02:12:22 +02:00
parent ff7fa9d9ab
commit eb0f119f7a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

9
.gitignore vendored
View File

@ -48,30 +48,39 @@ docker-compose.override.yml
/cfg/percona-5.7/*.cnf /cfg/percona-5.7/*.cnf
# Ignore custom PHP.ini configs # Ignore custom PHP.ini configs
/cfg/php-ini-5.2/*.ini
/cfg/php-ini-5.3/*.ini
/cfg/php-ini-5.4/*.ini /cfg/php-ini-5.4/*.ini
/cfg/php-ini-5.5/*.ini /cfg/php-ini-5.5/*.ini
/cfg/php-ini-5.6/*.ini /cfg/php-ini-5.6/*.ini
/cfg/php-ini-7.0/*.ini /cfg/php-ini-7.0/*.ini
/cfg/php-ini-7.1/*.ini /cfg/php-ini-7.1/*.ini
/cfg/php-ini-7.2/*.ini /cfg/php-ini-7.2/*.ini
/cfg/php-ini-7.3/*.ini
#/cfg/hhvm-latest/*.ini #/cfg/hhvm-latest/*.ini
# Ignore custom PHP-FPM configs # Ignore custom PHP-FPM configs
/cfg/php-fpm-5.2/php-fpm.xml
/cfg/php-fpm-5.3/*.conf
/cfg/php-fpm-5.4/*.conf /cfg/php-fpm-5.4/*.conf
/cfg/php-fpm-5.5/*.conf /cfg/php-fpm-5.5/*.conf
/cfg/php-fpm-5.6/*.conf /cfg/php-fpm-5.6/*.conf
/cfg/php-fpm-7.0/*.conf /cfg/php-fpm-7.0/*.conf
/cfg/php-fpm-7.1/*.conf /cfg/php-fpm-7.1/*.conf
/cfg/php-fpm-7.2/*.conf /cfg/php-fpm-7.2/*.conf
/cfg/php-fpm-7.3/*.conf
#/cfg/hhvm-latest/*.conf #/cfg/hhvm-latest/*.conf
# Ignore custom PHP-FPM modules # Ignore custom PHP-FPM modules
/mod/php-fpm-5.2/*.so
/mod/php-fpm-5.3/*.so
/mod/php-fpm-5.4/*.so /mod/php-fpm-5.4/*.so
/mod/php-fpm-5.5/*.so /mod/php-fpm-5.5/*.so
/mod/php-fpm-5.6/*.so /mod/php-fpm-5.6/*.so
/mod/php-fpm-7.0/*.so /mod/php-fpm-7.0/*.so
/mod/php-fpm-7.1/*.so /mod/php-fpm-7.1/*.so
/mod/php-fpm-7.2/*.so /mod/php-fpm-7.2/*.so
/mod/php-fpm-7.3/*.so
#/mod/hhvm-latest/*.so #/mod/hhvm-latest/*.so
# Ignore custom bash and other confi files # Ignore custom bash and other confi files