diff options
author | Will Fitch <willf@aweber.com> | 2014-01-23 21:28:45 -0500 |
---|---|---|
committer | Will Fitch <willf@aweber.com> | 2014-01-23 21:28:45 -0500 |
commit | c4c10a222e4358b1d9d28ef852e8a5d56709865d (patch) | |
tree | a5575fc632cb59dc7731ed34b700a03b75c0181b /.gitignore | |
parent | 0eff7176defea46d2453a109542480a4263621cb (diff) | |
download | php-git-c4c10a222e4358b1d9d28ef852e8a5d56709865d.tar.gz |
Update gitignore and Makefile for additional entries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f291dc917..32d6ae03f8 100644 --- a/.gitignore +++ b/.gitignore @@ -204,6 +204,8 @@ ext/pdo_sqlite/sqlite3.h ext/pdo_sqlite/tests/*.db ext/pdo_sqlite/tests/*.tmp ext/phar/phar.phar +ext/phar/phar.1 +ext/phar/phar.phar.1 ext/pspell/tests/*.tmp ext/reflection/xml ext/reflection/html @@ -235,12 +237,14 @@ sapi/apache/libphp5.module sapi/apache2handler/libphp5.module sapi/apache_hooks/libphp5.module sapi/cgi/php-cgi +sapi/cgi/php-cgi.1 sapi/cli/php.1 sapi/fpm/php-fpm sapi/fpm/php-fpm.1 sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.conf sapi/fpm/fpm/php-cgi +sapi/phpdbg/phpdbg scripts/php-config scripts/phpize scripts/man1/*.1 |