mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Starting with PHP 7.2, the phpize script outputs configure.ac. Earlier verisons of phpize generated configure.in. Since configure.in was already on the gitignore list, this PR adds configure.ac to the gitignore list.
73 lines
845 B
Plaintext
73 lines
845 B
Plaintext
*~
|
|
*.swp
|
|
*.lo
|
|
*.la
|
|
.deps
|
|
.libs
|
|
Makefile
|
|
Makefile.fragments
|
|
Makefile.global
|
|
Makefile.objects
|
|
acinclude.m4
|
|
aclocal.m4
|
|
autom4te.cache
|
|
build
|
|
config.cache
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.nice
|
|
config.status
|
|
config.sub
|
|
configure
|
|
configure.in
|
|
configure.ac
|
|
conftest
|
|
conftest.c
|
|
include
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
modules
|
|
scan_makefile_in.awk
|
|
*.dsw
|
|
*.plg
|
|
*.opt
|
|
*.ncb
|
|
Release
|
|
Release_inline
|
|
Debug
|
|
Release_TS
|
|
Release_TSDbg
|
|
Release_TS_inline
|
|
Debug_TS
|
|
memcached*.tgz
|
|
run-tests.php
|
|
cscope.out
|
|
php_memcached.loT
|
|
tests/*.log
|
|
tests/*.mem
|
|
tests/*.out
|
|
tests/*.diff
|
|
tests/*.php
|
|
tests/*.exp
|
|
tests/*.sh
|
|
tests/*/*.log
|
|
tests/*/*.mem
|
|
tests/*/*.out
|
|
tests/*/*.diff
|
|
tests/*/*.php
|
|
tests/*/*.exp
|
|
tests/*/*.sh
|
|
tests/*/*/*.log
|
|
tests/*/*/*.mem
|
|
tests/*/*/*.out
|
|
tests/*/*/*.diff
|
|
tests/*/*/*.php
|
|
tests/*/*/*.exp
|
|
tests/*/*/*.sh
|
|
tmp-php.ini
|