You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Zephir.gitignore 387B

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