Skip to content

Commit c4c10a2

Browse files
author
Will Fitch
committed
Update gitignore and Makefile for additional entries
1 parent 0eff717 commit c4c10a2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ ext/pdo_sqlite/sqlite3.h
204204
ext/pdo_sqlite/tests/*.db
205205
ext/pdo_sqlite/tests/*.tmp
206206
ext/phar/phar.phar
207+
ext/phar/phar.1
208+
ext/phar/phar.phar.1
207209
ext/pspell/tests/*.tmp
208210
ext/reflection/xml
209211
ext/reflection/html
@@ -235,12 +237,14 @@ sapi/apache/libphp5.module
235237
sapi/apache2handler/libphp5.module
236238
sapi/apache_hooks/libphp5.module
237239
sapi/cgi/php-cgi
240+
sapi/cgi/php-cgi.1
238241
sapi/cli/php.1
239242
sapi/fpm/php-fpm
240243
sapi/fpm/php-fpm.1
241244
sapi/fpm/init.d.php-fpm
242245
sapi/fpm/php-fpm.conf
243246
sapi/fpm/fpm/php-cgi
247+
sapi/phpdbg/phpdbg
244248
scripts/php-config
245249
scripts/phpize
246250
scripts/man1/*.1

Makefile.global

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ clean:
113113
find . -name \*.la -o -name \*.a | xargs rm -f
114114
find . -name \*.so | xargs rm -f
115115
find . -name .libs -a -type d|xargs rm -rf
116+
find . -name \*.1 | xargs rm -f
116117
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
117118

118119
distclean: clean

0 commit comments

Comments
 (0)