diff options
author | Peter Kokot <peterkokot@gmail.com> | 2017-09-28 01:26:50 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-10-03 07:17:44 +0100 |
commit | 900aeedd44f5ed8c5f21775c0a023236cf56af36 (patch) | |
tree | 0a30a06516e8dd3094156dfdeb66eb717b124656 /.gitattributes | |
parent | 6190824cf1527b645b2f24b63a66f4d750b561dc (diff) | |
download | php-git-900aeedd44f5ed8c5f21775c0a023236cf56af36.tar.gz |
Change ident gitattribute for ext/ext_skel.php
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index f60bcf700c..65fa7df537 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,7 @@ ext/simplexml/simplexml.c ident ext/iconv/php_iconv.h ident ext/posix/posix.c ident ext/recode/recode.c ident -ext/skeleton/create_stubs ident +ext/ext_skel.php ident ext/phar/phar/pharcommand.inc ident ext/phar/phar.c ident ext/sysvmsg/sysvmsg.c ident |