Adjust ignored files

This commit is contained in:
cytopia 2018-12-25 16:39:48 +01:00
parent 8f38cbd736
commit aa574e9205
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

12
.gitignore vendored
View File

@ -82,6 +82,18 @@
/cfg/php-fpm-7.3/*.conf
/cfg/php-fpm-7.4/*.conf
# Ignore custom PHP-FPM startup scripts
/cfg/php-fpm-5.2/*.sh
/cfg/php-fpm-5.3/*.sh
/cfg/php-fpm-5.4/*.sh
/cfg/php-fpm-5.5/*.sh
/cfg/php-fpm-5.6/*.sh
/cfg/php-fpm-7.0/*.sh
/cfg/php-fpm-7.1/*.sh
/cfg/php-fpm-7.2/*.sh
/cfg/php-fpm-7.3/*.sh
/cfg/php-fpm-7.4/*.sh
# Ignore custom PHP-FPM modules
/mod/php-fpm-5.2/*.so
/mod/php-fpm-5.3/*.so