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

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