.gitignore 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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_process.plugin
  57. !ebpf_process.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.plist
  94. system/netdata-freebsd
  95. system/edit-config
  96. daemon/anonymous-statistics.sh
  97. daemon/get-kubernetes-labels.sh
  98. health/notifications/alarm-notify.sh
  99. claim/netdata-claim.sh
  100. collectors/cgroups.plugin/cgroup-name.sh
  101. collectors/tc.plugin/tc-qos-helper.sh
  102. collectors/charts.d.plugin/charts.d.plugin
  103. collectors/node.d.plugin/node.d.plugin
  104. collectors/python.d.plugin/python.d.plugin
  105. collectors/fping.plugin/fping.plugin
  106. collectors/ioping.plugin/ioping.plugin
  107. collectors/go.d.plugin
  108. # installer generated files
  109. /netdata-uninstaller.sh
  110. /netdata-updater.sh
  111. # cmake files
  112. cmake-build-debug/
  113. cmake-build-release/
  114. CMakeCache.txt
  115. CMakeFiles/
  116. cmake_install.cmake
  117. # jetbrains IDE
  118. .jetbrains*
  119. .DS_Store
  120. webcopylocal*
  121. # converted diagrams
  122. diagrams/*.png
  123. diagrams/*.svg
  124. diagrams/*.atxt
  125. diagrams/plantuml.jar
  126. # cppcheck
  127. cppcheck-build/
  128. venv/
  129. # debugging / profiling
  130. makeself/debug/
  131. tests/profile/benchmark-dictionary
  132. tests/profile/benchmark-registry
  133. tests/profile/test-eval
  134. tests/profile/benchmark-line-parsing
  135. tests/profile/benchmark-procfile-parser
  136. tests/profile/benchmark-value-pairs
  137. tests/profile/statsd-stress
  138. tests/health_mgmtapi/health-cmdapi-test.sh
  139. oprofile_data/
  140. vgcore.*
  141. callgrind.out.*
  142. gmon.out
  143. gmon.txt
  144. sitespeed-result/
  145. tests/acls/acl.sh
  146. tests/urls/request.sh
  147. tests/alarm_repetition/alarm.sh
  148. tests/template_dimension/template_dim.sh
  149. # tests and temp files
  150. test-driver
  151. **/tests/*_testdriver
  152. **/tests/*_testdriver.trs
  153. python.d/python-modules-installer.sh
  154. # documentation generated files
  155. docs/generator/src
  156. docs/generator/build
  157. docs/generator/doc
  158. docs/generator/localization
  159. docs/generator/mkdocs.yml
  160. .environment.sh
  161. #CLion files
  162. netdata.cbp
  163. # External dependencies
  164. externaldeps/