.gitignore 621 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright © 2020--2022 GNUnet e.V.
  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.sub
  20. /build-aux/install-sh
  21. /build-aux/missing
  22. /Makefile
  23. /aclocal.m4
  24. /autom4te.cache/
  25. /config.status
  26. /scheme-gnunet-*
  27. /doc/*.pdf
  28. /doc/*.html
  29. /doc/scheme-gnunet-*.png
  30. /.cache
  31. /.TeXmacs
  32. /.dbus