.gitignore 464 B

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