From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/Zephir | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 conf/gitignore/Zephir (limited to 'conf/gitignore/Zephir') diff --git a/conf/gitignore/Zephir b/conf/gitignore/Zephir new file mode 100644 index 00000000..839cb5d7 --- /dev/null +++ b/conf/gitignore/Zephir @@ -0,0 +1,26 @@ +# Cache files, generates by Zephir +.temp/ +.libs/ + +# Object files, generates by linker +*.lo +*.la +*.o +*.loT + +# Files generated by configure and Zephir, +# not required for extension compilation. +ext/build/ +ext/modules/ +ext/Makefile* +ext/config* +ext/acinclude.m4 +ext/aclocal.m4 +ext/autom4te* +ext/install-sh +ext/ltmain.sh +ext/missing +ext/mkinstalldirs +ext/run-tests.php +ext/.deps +ext/libtool -- cgit v1.2.3