.gitignore 297 B

1234567891011121314151617181920212223242526272829
  1. *.la
  2. *.lo
  3. *.o
  4. .deps/
  5. .libs/
  6. __pycache__/
  7. Makefile
  8. Makefile.in
  9. TAGS
  10. /aclocal.m4
  11. /autom4te.cache/
  12. /config.guess
  13. /config.h
  14. /config.h.in
  15. /config.log
  16. /config.report
  17. /config.status
  18. /config.sub
  19. /configure
  20. /cscope.files
  21. /cscope.out
  22. /depcomp
  23. /install-sh
  24. /libtool
  25. /ltmain.sh
  26. /missing
  27. /py-compile
  28. /stamp-h1