.gitignore 453 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # exclude
  2. .log
  3. .guess
  4. .in
  5. .sub
  6. .status
  7. .m4
  8. .lo
  9. .o
  10. .a
  11. .la
  12. .so*
  13. /bin
  14. m4
  15. /autom4te.cache
  16. Makefile
  17. Makefile.in
  18. /stamp-h1
  19. /config.status
  20. config.log
  21. /config.h
  22. /aclocal.m4
  23. /config/
  24. /config.h.in
  25. /configure
  26. install-sh
  27. *~
  28. GIT_REVISION
  29. SVN_REVISION
  30. libtool
  31. .deps
  32. .libs
  33. .gcno
  34. .gcda
  35. coverage_report
  36. .project
  37. .cproject