.gitignore 284 B

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