This repository has been archived on 2023-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/options/gitignore/Zephir

27 lines
387 B
Plaintext
Raw Permalink Normal View History

# 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