Zephir.gitignore 387 字节
Newer Older
N
Nikita Gusakov 已提交
1
# Cache files, generates by Zephir
G
Gusakov Nikita 已提交
2 3
.temp/
.libs/
N
Nikita Gusakov 已提交
4 5 6 7 8 9 10 11 12

# Object files, generates by linker
*.lo
*.la
*.o
*.loT

# Files generated by configure and Zephir,
# not required for extension compilation.
G
Gusakov Nikita 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26
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