You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Autotools.gitignore 758B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # http://www.gnu.org/software/automake
  2. Makefile.in
  3. /ar-lib
  4. /mdate-sh
  5. /py-compile
  6. /test-driver
  7. /ylwrap
  8. .deps/
  9. .dirstamp
  10. # http://www.gnu.org/software/autoconf
  11. autom4te.cache
  12. /autoscan.log
  13. /autoscan-*.log
  14. /aclocal.m4
  15. /compile
  16. /config.cache
  17. /config.guess
  18. /config.h.in
  19. /config.log
  20. /config.status
  21. /config.sub
  22. /configure
  23. /configure.scan
  24. /depcomp
  25. /install-sh
  26. /missing
  27. /stamp-h1
  28. # https://www.gnu.org/software/libtool/
  29. /ltmain.sh
  30. # http://www.gnu.org/software/texinfo
  31. /texinfo.tex
  32. # http://www.gnu.org/software/m4/
  33. m4/libtool.m4
  34. m4/ltoptions.m4
  35. m4/ltsugar.m4
  36. m4/ltversion.m4
  37. m4/lt~obsolete.m4
  38. # Generated Makefile
  39. # (meta build system like autotools,
  40. # can automatically generate from config.status script
  41. # (which is called by configure script))
  42. Makefile