.gitignore 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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. ebpf.plugin
  59. collectors/ebpf.plugin/reset_netdata_trace.sh
  60. !ebpf.plugin/
  61. collectors/ebpf.plugin/includes/
  62. # protoc generated files
  63. *.pb.cc
  64. *.pb.h
  65. # installation artifacts
  66. packaging/installer/.environment.sh
  67. *.tar.*
  68. *.run
  69. # netdata makeself downloads
  70. packaging/makeself/tmp/
  71. # Libbpf is always overwritten depending of kernel version
  72. packaging/libbpf.*
  73. # coverity
  74. cov-int/
  75. netdata-coverity-analysis.tgz
  76. .coverity-scan.conf
  77. .cproject/
  78. .idea/
  79. .vscode/
  80. .project/
  81. .settings/
  82. README
  83. TODO.md
  84. TODO.txt
  85. web/gui/chart-info/
  86. web/gui/control.html
  87. web/gui/dashboard.js
  88. web/gui/datasource.css
  89. web/gui/gadget.xml
  90. web/gui/index_new.html
  91. web/gui/version.txt
  92. # related to karma/javascript/node
  93. /node_modules/
  94. /coverage/
  95. system/netdata-lsb
  96. system/netdata-openrc
  97. system/netdata-init-d
  98. system/netdata.logrotate
  99. system/netdata.service
  100. system/netdata.service.*
  101. system/netdata-updater.service
  102. !system/netdata.service.in
  103. !system/netdata.service.*.in
  104. system/netdata.plist
  105. system/netdata-freebsd
  106. system/edit-config
  107. system/netdata.crontab
  108. daemon/anonymous-statistics.sh
  109. daemon/get-kubernetes-labels.sh
  110. health/notifications/alarm-notify.sh
  111. claim/netdata-claim.sh
  112. collectors/tc.plugin/tc-qos-helper.sh
  113. collectors/charts.d.plugin/charts.d.plugin
  114. collectors/python.d.plugin/python.d.plugin
  115. collectors/fping.plugin/fping.plugin
  116. collectors/ioping.plugin/ioping.plugin
  117. collectors/go.d.plugin
  118. web/netdata-switch-dashboard.sh
  119. # installer generated files
  120. /netdata-uninstaller.sh
  121. /netdata-updater.sh
  122. # cmake files
  123. cmake-build-debug/
  124. cmake-build-release/
  125. CMakeCache.txt
  126. CMakeFiles/
  127. cmake_install.cmake
  128. .cmake
  129. compile_commands.json
  130. # jetbrains IDE
  131. .jetbrains*
  132. .DS_Store
  133. webcopylocal*
  134. # converted diagrams
  135. diagrams/*.png
  136. diagrams/*.svg
  137. diagrams/*.atxt
  138. diagrams/plantuml.jar
  139. # cppcheck
  140. cppcheck-build/
  141. # python virtual environment
  142. venv/
  143. # debugging / profiling
  144. makeself/debug/
  145. tests/profile/benchmark-dictionary
  146. tests/profile/benchmark-registry
  147. tests/profile/test-eval
  148. tests/profile/benchmark-line-parsing
  149. tests/profile/benchmark-procfile-parser
  150. tests/profile/benchmark-value-pairs
  151. tests/profile/statsd-stress
  152. tests/health_mgmtapi/health-cmdapi-test.sh
  153. oprofile_data/
  154. vgcore.*
  155. callgrind.out.*
  156. gmon.out
  157. gmon.txt
  158. sitespeed-result/
  159. tests/acls/acl.sh
  160. tests/urls/request.sh
  161. tests/alarm_repetition/alarm.sh
  162. tests/template_dimension/template_dim.sh
  163. aclk/legacy/tests/install-fake-charts.d.sh
  164. # tests and temp files
  165. test-driver
  166. **/tests/*_testdriver
  167. **/tests/*_testdriver.trs
  168. python.d/python-modules-installer.sh
  169. # documentation generated files
  170. docs/generator/src
  171. docs/generator/build
  172. docs/generator/doc
  173. docs/generator/localization
  174. docs/generator/mkdocs.yml
  175. .environment.sh
  176. #CLion files
  177. netdata.cbp
  178. # External dependencies
  179. externaldeps/
  180. # vim sessions
  181. Session.vim
  182. Session.*.vim
  183. # clangd cache
  184. .cache/
  185. # Special exceptions
  186. !packaging/repoconfig/Makefile
  187. # Jupyter notebook checkpoints
  188. .ipynb_checkpoints
  189. # Judy stuff
  190. JudyLTables.c
  191. judyltablesgen