.gitignore 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. !collectors/log2journal/tests.d/*.log
  19. *.pyc
  20. Makefile
  21. aclocal.m4
  22. autom4te.cache
  23. compile
  24. config.guess
  25. config.h
  26. config.status
  27. config.sub
  28. configure
  29. depcomp
  30. install-sh
  31. libtool
  32. ltmain.sh
  33. missing
  34. stamp-h1
  35. netdata.spec
  36. sha256sums.txt
  37. # netdata binaries
  38. netdata
  39. netdatacli
  40. systemd-cat-native
  41. log2journal
  42. !log2journal/
  43. !netdata/
  44. upload/
  45. artifacts/
  46. apps.plugin
  47. !apps.plugin/
  48. freeipmi.plugin
  49. !freeipmi.plugin/
  50. cups.plugin
  51. !cups.plugin/
  52. nfacct.plugin
  53. !nfacct.plugin/
  54. xenstat.plugin
  55. !xenstat.plugin/
  56. perf.plugin
  57. !perf.plugin/
  58. slabinfo.plugin
  59. !slabinfo.plugin/
  60. cgroup-network
  61. !cgroup-network/
  62. local-listeners
  63. !local-listeners/
  64. ebpf.plugin
  65. collectors/ebpf.plugin/reset_netdata_trace.sh
  66. !ebpf.plugin/
  67. collectors/ebpf.plugin/includes/
  68. debugfs.plugin
  69. !debugfs.plugin/
  70. systemd-journal.plugin
  71. !systemd-journal.plugin/
  72. logs-management.plugin
  73. !logs-management.plugin/
  74. # protoc generated files
  75. *.pb.cc
  76. *.pb.h
  77. # installation artifacts
  78. packaging/installer/.environment.sh
  79. *.tar.*
  80. *.run
  81. # netdata makeself downloads
  82. packaging/makeself/tmp/
  83. # coverity
  84. cov-int/
  85. netdata-coverity-analysis.tgz
  86. .coverity-scan.conf
  87. .cproject/
  88. .idea/
  89. .vscode/*
  90. !.vscode/settings.default.json
  91. .project/
  92. .settings/
  93. README
  94. TODO.md
  95. TODO.txt
  96. web/gui/chart-info/
  97. web/gui/control.html
  98. web/gui/dashboard.js
  99. web/gui/datasource.css
  100. web/gui/gadget.xml
  101. web/gui/index_new.html
  102. web/gui/version.txt
  103. # related to karma/javascript/node
  104. /node_modules/
  105. /coverage/
  106. system/install-service.sh
  107. system/netdata.logrotate
  108. system/cron/netdata-updater-daily
  109. system/freebsd/rc.d/netdata
  110. system/initd/init.d/netdata
  111. system/launchd/netdata.plist
  112. system/lsb/init.d/netdata
  113. system/openrc/init.d/netdata
  114. system/runit/run
  115. system/systemd/netdata.service
  116. system/systemd/netdata.service.*
  117. system/systemd/netdata-updater.service
  118. !system/systemd/netdata.service.in
  119. !system/systemd/netdata.service.*.in
  120. daemon/anonymous-statistics.sh
  121. daemon/get-kubernetes-labels.sh
  122. health/notifications/alarm-notify.sh
  123. claim/netdata-claim.sh
  124. collectors/cgroups.plugin/cgroup-name.sh
  125. collectors/cgroups.plugin/cgroup-network-helper.sh
  126. collectors/tc.plugin/tc-qos-helper.sh
  127. collectors/charts.d.plugin/charts.d.plugin
  128. collectors/python.d.plugin/python.d.plugin
  129. collectors/ioping.plugin/ioping.plugin
  130. collectors/go.d.plugin
  131. web/netdata-switch-dashboard.sh
  132. logsmanagement/stress_test/stress_test
  133. # installer generated files
  134. /netdata-uninstaller.sh
  135. /netdata-updater.sh
  136. # cmake files
  137. cmake-build-debug/
  138. cmake-build-release/
  139. CMakeCache.txt
  140. CMakeFiles/
  141. cmake_install.cmake
  142. .cmake
  143. compile_commands.json
  144. # jetbrains IDE
  145. .jetbrains*
  146. .DS_Store
  147. webcopylocal*
  148. # converted diagrams
  149. diagrams/*.png
  150. diagrams/*.svg
  151. diagrams/*.atxt
  152. diagrams/plantuml.jar
  153. # cppcheck
  154. cppcheck-build/
  155. # python virtual environment
  156. venv/
  157. # debugging / profiling
  158. makeself/debug/
  159. tests/profile/benchmark-dictionary
  160. tests/profile/benchmark-registry
  161. tests/profile/test-eval
  162. tests/profile/benchmark-line-parsing
  163. tests/profile/benchmark-procfile-parser
  164. tests/profile/benchmark-value-pairs
  165. tests/profile/statsd-stress
  166. tests/health_mgmtapi/health-cmdapi-test.sh
  167. oprofile_data/
  168. vgcore.*
  169. callgrind.out.*
  170. gmon.out
  171. gmon.txt
  172. sitespeed-result/
  173. tests/acls/acl.sh
  174. tests/urls/request.sh
  175. tests/alarm_repetition/alarm.sh
  176. tests/template_dimension/template_dim.sh
  177. tests/ebpf/ebpf_thread_function.sh
  178. aclk/legacy/tests/install-fake-charts.d.sh
  179. # tests and temp files
  180. test-driver
  181. **/tests/*_testdriver
  182. **/tests/*_testdriver.trs
  183. python.d/python-modules-installer.sh
  184. # documentation generated files
  185. docs/generator/src
  186. docs/generator/build
  187. docs/generator/doc
  188. docs/generator/localization
  189. docs/generator/mkdocs.yml
  190. .environment.sh
  191. #CLion files
  192. netdata.cbp
  193. # External dependencies
  194. externaldeps/
  195. # vim sessions
  196. Session.vim
  197. Session.*.vim
  198. # clangd cache
  199. .cache/
  200. # Special exceptions
  201. !packaging/repoconfig/Makefile
  202. # Jupyter notebook checkpoints
  203. .ipynb_checkpoints
  204. # m4 generated ksys
  205. database/engine/journalfile_v2.ksy
  206. database/engine/journalfile_v2_virtmemb.ksy
  207. # gorilla benchmark & fuzz binaries
  208. libnetdata/gorilla/gorilla_benchmark
  209. libnetdata/gorilla/gorilla_fuzzer
  210. libnetdata/gorilla/fuzz-*.log