.gitignore 623 B

12345678910111213141516171819202122232425262728293031
  1. # Copyright (C) 2020, 2021 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. *~
  8. \#*\#
  9. *.go
  10. *.o
  11. *.so
  12. *.log
  13. *.trs
  14. *.tar.gz
  15. /Makefile.in
  16. /configure
  17. /build-aux/compile
  18. /build-aux/config.guess
  19. /build-aux/config.rpath
  20. /build-aux/config.sub
  21. /build-aux/install-sh
  22. /build-aux/missing
  23. /Makefile
  24. /aclocal.m4
  25. /autom4te.cache/
  26. /config.status
  27. /scheme-gnunet-*
  28. /doc/*.pdf
  29. /doc/*.html
  30. /doc/scheme-gnunet-*.png