.gitignore 909 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Copyright (C) 2020 Maxime Devos
  2. # SPDX-License-Identifier: FSFAP
  3. # Copying and distribution of this file, with or without modification,
  4. # are permitted in any medium without royalty provided the copyright
  5. # notice and this notice are preserved. This file is offered as-is,
  6. # without any warranty.
  7. .libs
  8. .deps
  9. Makefile
  10. Makefile.in
  11. aclocal.m4
  12. autom4te.cache
  13. .dirstamp
  14. stamp-h1
  15. *.o
  16. *.lo
  17. *.la
  18. *.log
  19. *.status
  20. *.exe
  21. *.so
  22. *.go
  23. *.trs
  24. *.tmp
  25. *~
  26. .#*
  27. configure
  28. libtool
  29. m4/libtool.m4
  30. m4/lt~obsolete.m4
  31. m4/ltoptions.m4
  32. m4/ltsugar.m4
  33. m4/ltversion.m4
  34. build-aux/compile
  35. build-aux/config.guess
  36. build-aux/config.sub
  37. build-aux/depcomp
  38. build-aux/install-sh
  39. build-aux/ltmain.sh
  40. build-aux/missing
  41. rehash_config.h
  42. rehash_config.h.in
  43. scheme-binding/rehash/config.scm
  44. rehash-service
  45. /scheme-tests/nonetconf.conf
  46. # Autogenerated
  47. scheme-binding/remirror/base16.scm
  48. scheme-binding/remirror/base32.scm
  49. snakeoil-key.pem
  50. snakeoil-cert.pem