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.

52 lines
639 B

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