.gitignore 443 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ignore
  2. #glbindify
  3. glbindify
  4. glb-*.?
  5. #vim
  6. *.swp
  7. *.swo
  8. *.swn
  9. *~
  10. # http://www.gnu.org/software/automake
  11. Makefile.in
  12. /Makefile
  13. # http://www.gnu.org/software/autoconf
  14. /temp
  15. /m4
  16. /autom4te.cache
  17. /aclocal.m4
  18. /compile
  19. /config.status
  20. /config.log
  21. /config.h
  22. /configure
  23. /depcomp
  24. /install-sh
  25. /missing
  26. /stamp-h1
  27. *~
  28. /build*/
  29. */.libs/*
  30. *.o
  31. *.la
  32. *.so*
  33. *.a
  34. .deps
  35. *.tar*
  36. *.zip
  37. *.lo
  38. *.gcno
  39. *.gcda
  40. app.info
  41. coverage_report
  42. .autotools
  43. config.guess
  44. config.sub