code.gitea.io/gitea@v1.21.7/options/gitignore/Zephir (about) 1 # Cache files, generates by Zephir 2 .temp/ 3 .libs/ 4 5 # Object files, generates by linker 6 *.lo 7 *.la 8 *.o 9 *.loT 10 11 # Files generated by configure and Zephir, 12 # not required for extension compilation. 13 ext/build/ 14 ext/modules/ 15 ext/Makefile* 16 ext/config* 17 ext/acinclude.m4 18 ext/aclocal.m4 19 ext/autom4te* 20 ext/install-sh 21 ext/ltmain.sh 22 ext/missing 23 ext/mkinstalldirs 24 ext/run-tests.php 25 ext/.deps 26 ext/libtool