.gitignore 3.9 KB

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