mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
48 lines
512 B
Plaintext
48 lines
512 B
Plaintext
*.o
|
|
|
|
# ignore phpized files
|
|
Makefile.global
|
|
acinclude.m4
|
|
aclocal.m4
|
|
autom4te.cache
|
|
build
|
|
configure
|
|
configure*
|
|
install-sh
|
|
iltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
run-tests.php
|
|
*.lo
|
|
*.o
|
|
.deps
|
|
.libs
|
|
libtool
|
|
Makefile
|
|
Makefile.fragments
|
|
Makefile.objects
|
|
modules
|
|
ltmain.sh
|
|
*.la
|
|
tmp-php.ini
|
|
php_test_results*
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.nice
|
|
config.status
|
|
config.sub
|
|
|
|
|
|
# ignore dtrace header
|
|
phpuv_dtrace.h
|
|
|
|
# ignore test outputs
|
|
tests/*.diff
|
|
tests/*.exp
|
|
tests/*.log
|
|
tests/*.php
|
|
tests/*.sh
|
|
tests/*.out
|