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 746B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.guess
  17. /config.h.in
  18. /config.log
  19. /config.status
  20. /config.sub
  21. /configure
  22. /configure.scan
  23. /depcomp
  24. /install-sh
  25. /missing
  26. /stamp-h1
  27. # https://www.gnu.org/software/libtool/
  28. /ltmain.sh
  29. # http://www.gnu.org/software/texinfo
  30. /texinfo.tex
  31. # http://www.gnu.org/software/m4/
  32. m4/libtool.m4
  33. m4/ltoptions.m4
  34. m4/ltsugar.m4
  35. m4/ltversion.m4
  36. m4/lt~obsolete.m4
  37. # Generated Makefile
  38. # (meta build system like autotools,
  39. # can automatically generate from config.status script
  40. # (which is called by configure script))
  41. Makefile