.gitignore 556 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Autotools generated
  2. aclocal.m4
  3. ar-lib
  4. compile
  5. config.guess
  6. config.h
  7. config.h.in
  8. config.log
  9. config.status
  10. config.sub
  11. configure
  12. depcomp
  13. install-sh
  14. libtool
  15. ltmain.sh
  16. missing
  17. stamp-h1
  18. m4/libtool.m4
  19. m4/lt~obsolete.m4
  20. m4/ltoptions.m4
  21. m4/ltsugar.m4
  22. m4/ltversion.m4
  23. autom4te.cache/
  24. # Build system generated
  25. *.deps
  26. *.libs
  27. *.dirstamp
  28. *Makefile
  29. *Makefile.in
  30. *.o
  31. *.lo
  32. *.la
  33. *.a
  34. # Profiling tools
  35. *gmon.out
  36. # Build artifacts
  37. src/template
  38. # Temporary editor files
  39. *.swp
  40. *~
  41. # Testsuite files
  42. tap-driver.sh
  43. test-suite.log
  44. tests/*.log
  45. tests/*.trs
  46. tests/template.test