.gitignore 539 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. /compile
  28. /depcomp
  29. /ltmain.sh
  30. /autogen.sh
  31. /configure
  32. /missing
  33. *~
  34. GIT_REVISION
  35. SVN_REVISION
  36. libtool
  37. .deps
  38. .libs
  39. .gcno
  40. .gcda
  41. coverage_report
  42. .project
  43. .cproject