diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-27 10:50:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-27 10:50:21 +0200 |
commit | d4ff70e6cd95010bbe47f9a5a81a19bdae52e241 (patch) | |
tree | 3271a8fee984854524f79987cdcf21e3d6289fe6 /.gitignore | |
parent | 1c8bfa97ff1976f212b07e3dc30b78eac60b253d (diff) |
start development
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..648b2b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +*.lo +*.la +*.dep +.libs +acinclude.m4 +aclocal.m4 +autom4te.cache +build +config.guess +config.h +config.h.in +config.h.in~ +config.log +config.nice +config.status +config.sub +configure +configure~ +configure.ac +configure.in +include +install-sh +libtool +ltmain.sh +Makefile +Makefile.fragments +Makefile.global +Makefile.objects +missing +mkinstalldirs +modules +php_test_results_*.txt +phpt.* +run-test-info.php +run-tests.php +tests/**/*.diff +tests/**/*.out +tests/**/*.php +tests/**/*.exp +tests/**/*.log +tests/**/*.sh +tests/**/*.db +tests/**/*.mem +tmp-php.ini |