.gitignore 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. # Secrets
  2. gcs-credentials.json
  3. .deps
  4. .libs
  5. .dirstamp
  6. .project
  7. .pydevproject
  8. # local dev outputs
  9. dist/
  10. *.o
  11. *.a
  12. config.h.in
  13. Makefile.in
  14. *~
  15. .*.swp
  16. *.old
  17. *.log
  18. !src/collectors/log2journal/tests.d/*.log
  19. !src/go/**/*.log
  20. *.pyc
  21. netdata.spec
  22. sha256sums.txt
  23. upload/
  24. artifacts/
  25. ebpf.plugin
  26. src/collectors/ebpf.plugin/reset_netdata_trace.sh
  27. !ebpf.plugin/
  28. src/libnetdata/ebpf/includes/
  29. # protoc generated files
  30. *.pb.cc
  31. *.pb.h
  32. # installation artifacts
  33. packaging/installer/.environment.sh
  34. *.tar.*
  35. *.run
  36. # netdata makeself downloads
  37. packaging/makeself/tmp/
  38. # coverity
  39. cov-int/
  40. netdata-coverity-analysis.tgz
  41. .coverity-scan.conf
  42. .cproject/
  43. .idea/
  44. .vscode/*
  45. !.vscode/settings.default.json
  46. .project/
  47. .settings/
  48. README
  49. TODO.md
  50. TODO.txt
  51. # related to karma/javascript/node
  52. /node_modules/
  53. /coverage/
  54. system/install-service.sh
  55. system/netdata.logrotate
  56. system/cron/netdata-updater-daily
  57. system/freebsd/rc.d/netdata
  58. system/initd/init.d/netdata
  59. system/launchd/netdata.plist
  60. system/lsb/init.d/netdata
  61. system/openrc/init.d/netdata
  62. system/runit/run
  63. system/systemd/netdata.service
  64. system/systemd/netdata.service.*
  65. system/systemd/netdata-updater.service
  66. !system/systemd/netdata.service.in
  67. !system/systemd/netdata.service.*.in
  68. src/health/notifications/alarm-notify.sh
  69. src/collectors/cgroups.plugin/cgroup-name.sh
  70. src/collectors/cgroups.plugin/cgroup-network-helper.sh
  71. src/collectors/tc.plugin/tc-qos-helper.sh
  72. src/collectors/charts.d.plugin/charts.d.plugin
  73. src/collectors/python.d.plugin/python.d.plugin
  74. src/collectors/ioping.plugin/ioping.plugin
  75. src/collectors/go.d.plugin
  76. src/web/netdata-switch-dashboard.sh
  77. # installer generated files
  78. /netdata-uninstaller.sh
  79. /netdata-updater.sh
  80. # cmake files
  81. cmake-build-debug/
  82. cmake-build-release/
  83. CMakeCache.txt
  84. CMakeFiles/
  85. cmake_install.cmake
  86. .cmake
  87. compile_commands.json
  88. # jetbrains IDE
  89. .jetbrains*
  90. .DS_Store
  91. webcopylocal*
  92. # converted diagrams
  93. docs/diagrams/*.png
  94. docs/diagrams/*.svg
  95. docs/diagrams/*.atxt
  96. docs/diagrams/plantuml.jar
  97. # python virtual environment
  98. venv/
  99. .python-version
  100. # debugging / profiling
  101. makeself/debug/
  102. tests/profile/benchmark-dictionary
  103. tests/profile/benchmark-registry
  104. tests/profile/test-eval
  105. tests/profile/benchmark-line-parsing
  106. tests/profile/benchmark-procfile-parser
  107. tests/profile/benchmark-value-pairs
  108. tests/profile/statsd-stress
  109. tests/health_mgmtapi/health-cmdapi-test.sh
  110. oprofile_data/
  111. vgcore.*
  112. callgrind.out.*
  113. gmon.out
  114. gmon.txt
  115. sitespeed-result/
  116. tests/acls/acl.sh
  117. tests/urls/request.sh
  118. tests/alarm_repetition/alarm.sh
  119. tests/template_dimension/template_dim.sh
  120. tests/ebpf/ebpf_thread_function.sh
  121. aclk/legacy/tests/install-fake-charts.d.sh
  122. # tests and temp files
  123. test-driver
  124. **/tests/*_testdriver
  125. **/tests/*_testdriver.trs
  126. python.d/python-modules-installer.sh
  127. # documentation generated files
  128. docs/generator/src
  129. docs/generator/build
  130. docs/generator/doc
  131. docs/generator/localization
  132. docs/generator/mkdocs.yml
  133. .environment.sh
  134. #CLion files
  135. netdata.cbp
  136. # External dependencies
  137. externaldeps/
  138. # vim sessions
  139. Session.vim
  140. Session.*.vim
  141. # clangd cache
  142. .cache/
  143. # Special exceptions
  144. !packaging/repoconfig/Makefile
  145. packaging/windows/resources/*.manifest
  146. # Jupyter notebook checkpoints
  147. .ipynb_checkpoints
  148. # gorilla benchmark & fuzz binaries
  149. src/libnetdata/gorilla/gorilla_benchmark
  150. src/libnetdata/gorilla/gorilla_fuzzer
  151. src/libnetdata/gorilla/fuzz-*.log
  152. # ignore build/ directory (default dir for many IDEs/LSPs)
  153. build/
  154. # ignore rules for go plugin code
  155. src/go/plugin/go.d/bin/
  156. src/go/plugin/go.d/vendor
  157. # ignore files used with msi installer
  158. packaging/windows/*.msi