diff options
Diffstat (limited to 'conf/gitignore/Zephir')
-rw-r--r-- | conf/gitignore/Zephir | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/gitignore/Zephir b/conf/gitignore/Zephir new file mode 100644 index 0000000000..839cb5d707 --- /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 |