.gitignore 569 B

123456789101112131415161718192021222324252627
  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. *.go
  9. *.o
  10. *.so
  11. *.log
  12. *.trs
  13. *.tar.gz
  14. /Makefile.in
  15. /configure
  16. /build-aux/compile
  17. /build-aux/config.guess
  18. /build-aux/config.rpath
  19. /build-aux/config.sub
  20. /build-aux/install-sh
  21. /build-aux/missing
  22. /Makefile
  23. /aclocal.m4
  24. /autom4te.cache/
  25. /config.status
  26. /scheme-gnunet-*