.gitignore 3.7 KB

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