summaryrefslogtreecommitdiff
path: root/ext/skeleton/.gitignore.in
diff options
context:
space:
mode:
authorPedro Magalhães <mail@pmmaga.net>2018-02-21 22:44:06 +0000
committerJoe Watkins <krakjoe@php.net>2018-02-22 08:04:33 +0100
commit230ef2d94774939f92128bcbbc54ffc046c2000e (patch)
tree1f7cf25517d942e5e53c5bbf56e3c7d92926b52a /ext/skeleton/.gitignore.in
parent927748b2716f4f01cdbcc52c4ae8ecd52d6b185f (diff)
downloadphp-git-230ef2d94774939f92128bcbbc54ffc046c2000e.tar.gz
improve extension skeleton generator
Diffstat (limited to 'ext/skeleton/.gitignore.in')
-rw-r--r--ext/skeleton/.gitignore.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/ext/skeleton/.gitignore.in b/ext/skeleton/.gitignore.in
new file mode 100644
index 0000000000..912ca92c74
--- /dev/null
+++ b/ext/skeleton/.gitignore.in
@@ -0,0 +1,36 @@
+.deps
+*.lo
+*.la
+.libs
+acinclude.m4
+aclocal.m4
+autom4te.cache
+build
+config.guess
+config.h
+config.h.in
+config.log
+config.nice
+config.status
+config.sub
+configure
+configure.ac
+configure.in
+include
+install-sh
+libtool
+ltmain.sh
+Makefile
+Makefile.fragments
+Makefile.global
+Makefile.objects
+missing
+mkinstalldirs
+modules
+run-tests.php
+tests/*/*.diff
+tests/*/*.out
+tests/*/*.php
+tests/*/*.exp
+tests/*/*.log
+tests/*/*.sh