mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Update skeleton extension .gitignore (#15738)
This adds: - config.cache produced by: ./configure -C - config.nice.bat, configure.js and configure.bat on Windows when using phpize [skip ci]
This commit is contained in:
parent
29f9f903b1
commit
438b781a80
1 changed files with 4 additions and 0 deletions
|
@ -6,16 +6,20 @@ acinclude.m4
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
build
|
build
|
||||||
|
config.cache
|
||||||
config.guess
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
config.log
|
config.log
|
||||||
config.nice
|
config.nice
|
||||||
|
config.nice.bat
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
configure.ac
|
configure.ac
|
||||||
|
configure.bat
|
||||||
configure.in
|
configure.in
|
||||||
|
configure.js
|
||||||
include
|
include
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue