.gitignore 3.1 KB

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