.gitignore 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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.cache
  23. config.guess
  24. config.log
  25. config.status
  26. config.sub
  27. configure
  28. contrib/vendored/
  29. depcomp
  30. gnunet_config.h
  31. gnunet_config.h.in
  32. install-sh
  33. libtool
  34. ltmain.sh
  35. lynXified.*
  36. missing
  37. po/*.gmo
  38. pkgconfig/*.pc
  39. src/*/*.conf
  40. stamp-h1
  41. test-driver
  42. INSTALL
  43. confdefs.h
  44. confdefs.c
  45. confdefs.err
  46. src/namestore/test_namestore_api_zone_to_name
  47. src/credential/gnunet-credential
  48. src/credential/gnunet-service-credential
  49. src/identity-provider/gnunet-idp
  50. *.patch
  51. src/namestore/perf_namestore_api_zone_iteration_flat
  52. src/namestore/perf_namestore_api_zone_iteration_postgres
  53. src/namestore/perf_namestore_api_zone_iteration_sqlite
  54. python-lint.log
  55. flake8.log
  56. # for pytest created data:
  57. .cache/
  58. __pycache__/
  59. build-aux/
  60. src/ats/test_ats2_lib
  61. doc/handbook/gversion.texi
  62. doc/tutorial/gversion.texi
  63. # top-level symlink can exist
  64. .clang-format
  65. uncrustify.cfg
  66. .style.yapf
  67. diffoscope_reports/
  68. # this exists outside of the main repository
  69. cmake/
  70. build
  71. CMakeLists.txt
  72. CMakeFiles.txt
  73. # Prevent cache files from IDEA from being commited
  74. .idea/
  75. src/util/test_child_management