.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. # Secrets
  2. gcs-credentials.json
  3. .deps
  4. .libs
  5. .dirstamp
  6. .project
  7. .pydevproject
  8. *.o
  9. *.a
  10. config.h.in
  11. Makefile.in
  12. *~
  13. .*.swp
  14. *.old
  15. *.log
  16. *.pyc
  17. Makefile
  18. aclocal.m4
  19. autom4te.cache
  20. compile
  21. config.guess
  22. config.h
  23. config.status
  24. config.sub
  25. configure
  26. depcomp
  27. install-sh
  28. libtool
  29. ltmain.sh
  30. missing
  31. stamp-h1
  32. netdata.spec
  33. sha256sums.txt
  34. # netdata binaries
  35. netdata
  36. netdatacli
  37. !netdata/
  38. upload/
  39. artifacts/
  40. apps.plugin
  41. !apps.plugin/
  42. freeipmi.plugin
  43. !freeipmi.plugin/
  44. cups.plugin
  45. !cups.plugin/
  46. nfacct.plugin
  47. !nfacct.plugin/
  48. xenstat.plugin
  49. !xenstat.plugin/
  50. perf.plugin
  51. !perf.plugin/
  52. slabinfo.plugin
  53. !slabinfo.plugin/
  54. cgroup-network
  55. !cgroup-network/
  56. ebpf.plugin
  57. collectors/ebpf.plugin/reset_netdata_trace.sh
  58. !ebpf.plugin/
  59. # protoc generated files
  60. *.pb.cc
  61. *.pb.h
  62. # installation artifacts
  63. packaging/installer/.environment.sh
  64. *.tar.*
  65. *.run
  66. # netdata makeself downloads
  67. packaging/makeself/tmp/
  68. # coverity
  69. cov-int/
  70. netdata-coverity-analysis.tgz
  71. .coverity-scan.conf
  72. .cproject/
  73. .idea/
  74. .vscode/
  75. .project/
  76. .settings/
  77. README
  78. TODO.md
  79. TODO.txt
  80. web/gui/chart-info/
  81. web/gui/control.html
  82. web/gui/datasource.css
  83. web/gui/gadget.xml
  84. web/gui/index_new.html
  85. web/gui/version.txt
  86. # related to karma/javascript/node
  87. /node_modules/
  88. /coverage/
  89. system/netdata-lsb
  90. system/netdata-openrc
  91. system/netdata-init-d
  92. system/netdata.logrotate
  93. system/netdata.service
  94. system/netdata.service.*
  95. system/netdata-updater.service
  96. !system/netdata.service.in
  97. !system/netdata.service.*.in
  98. system/netdata.plist
  99. system/netdata-freebsd
  100. system/edit-config
  101. system/netdata.crontab
  102. daemon/anonymous-statistics.sh
  103. daemon/get-kubernetes-labels.sh
  104. health/notifications/alarm-notify.sh
  105. claim/netdata-claim.sh
  106. collectors/cgroups.plugin/cgroup-name.sh
  107. collectors/tc.plugin/tc-qos-helper.sh
  108. collectors/charts.d.plugin/charts.d.plugin
  109. collectors/node.d.plugin/node.d.plugin
  110. collectors/python.d.plugin/python.d.plugin
  111. collectors/fping.plugin/fping.plugin
  112. collectors/ioping.plugin/ioping.plugin
  113. collectors/go.d.plugin
  114. web/netdata-switch-dashboard.sh
  115. # installer generated files
  116. /netdata-uninstaller.sh
  117. /netdata-updater.sh
  118. # cmake files
  119. cmake-build-debug/
  120. cmake-build-release/
  121. CMakeCache.txt
  122. CMakeFiles/
  123. cmake_install.cmake
  124. .cmake
  125. compile_commands.json
  126. # jetbrains IDE
  127. .jetbrains*
  128. .DS_Store
  129. webcopylocal*
  130. # converted diagrams
  131. diagrams/*.png
  132. diagrams/*.svg
  133. diagrams/*.atxt
  134. diagrams/plantuml.jar
  135. # cppcheck
  136. cppcheck-build/
  137. venv/
  138. # debugging / profiling
  139. makeself/debug/
  140. tests/profile/benchmark-dictionary
  141. tests/profile/benchmark-registry
  142. tests/profile/test-eval
  143. tests/profile/benchmark-line-parsing
  144. tests/profile/benchmark-procfile-parser
  145. tests/profile/benchmark-value-pairs
  146. tests/profile/statsd-stress
  147. tests/health_mgmtapi/health-cmdapi-test.sh
  148. oprofile_data/
  149. vgcore.*
  150. callgrind.out.*
  151. gmon.out
  152. gmon.txt
  153. sitespeed-result/
  154. tests/acls/acl.sh
  155. tests/urls/request.sh
  156. tests/alarm_repetition/alarm.sh
  157. tests/template_dimension/template_dim.sh
  158. aclk/tests/install-fake-charts.d.sh
  159. # tests and temp files
  160. test-driver
  161. **/tests/*_testdriver
  162. **/tests/*_testdriver.trs
  163. python.d/python-modules-installer.sh
  164. # documentation generated files
  165. docs/generator/src
  166. docs/generator/build
  167. docs/generator/doc
  168. docs/generator/localization
  169. docs/generator/mkdocs.yml
  170. .environment.sh
  171. #CLion files
  172. netdata.cbp
  173. # External dependencies
  174. externaldeps/