.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. *~
  2. \#*\#
  3. *.bak
  4. *.a
  5. *.la
  6. *.lo
  7. *.log
  8. *.o
  9. *.orig
  10. *.rej
  11. *.swp
  12. *.trs
  13. *.kdev4
  14. .deps/
  15. .libs/
  16. .svn/
  17. Makefile
  18. Makefile.in
  19. aclocal.m4
  20. autom4te.cache/
  21. compile
  22. config.guess
  23. config.log
  24. config.status
  25. config.sub
  26. configure
  27. contrib/vendored/
  28. depcomp
  29. gnunet_config.h
  30. gnunet_config.h.in
  31. install-sh
  32. libtool
  33. ltmain.sh
  34. lynXified.*
  35. missing
  36. po/*.gmo
  37. pkgconfig/*.pc
  38. src/*/*.conf
  39. stamp-h1
  40. test-driver
  41. INSTALL
  42. confdefs.h
  43. confdefs.c
  44. confdefs.err
  45. src/namestore/test_namestore_api_zone_to_name
  46. src/credential/gnunet-credential
  47. src/credential/gnunet-service-credential
  48. src/identity-provider/gnunet-idp
  49. *.patch
  50. src/namestore/perf_namestore_api_zone_iteration_flat
  51. src/namestore/perf_namestore_api_zone_iteration_postgres
  52. src/namestore/perf_namestore_api_zone_iteration_sqlite
  53. python-lint.log
  54. flake8.log
  55. # for pytest created data:
  56. .cache/
  57. __pycache__/
  58. build-aux/
  59. src/ats/test_ats2_lib
  60. doc/handbook/gversion.texi
  61. doc/tutorial/gversion.texi
  62. # top-level symlink can exist
  63. .clang-format
  64. uncrustify.cfg
  65. .style.yapf
  66. diffoscope_reports/
  67. # this exists outside of the main repository
  68. cmake/
  69. build
  70. CMakeLists.txt
  71. CMakeFiles.txt