Files
php-memcached/.gitignore
Peter Kokot 58b299e585 Add configure.ac to Git ignored files (#405)
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.
2018-09-01 09:27:21 -07:00

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