.gitignore 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. !netdata/
  37. upload/
  38. artifacts/
  39. apps.plugin
  40. !apps.plugin/
  41. freeipmi.plugin
  42. !freeipmi.plugin/
  43. cups.plugin
  44. !cups.plugin/
  45. nfacct.plugin
  46. !nfacct.plugin/
  47. xenstat.plugin
  48. !xenstat.plugin/
  49. perf.plugin
  50. !perf.plugin/
  51. slabinfo.plugin
  52. !slabinfo.plugin/
  53. cgroup-network
  54. !cgroup-network/
  55. # protoc generated files
  56. *.pb.cc
  57. *.pb.h
  58. # installation artifacts
  59. packaging/installer/.environment.sh
  60. *.tar.*
  61. *.run
  62. # netdata makeself downloads
  63. packaging/makeself/tmp/
  64. # coverity
  65. cov-int/
  66. netdata-coverity-analysis.tgz
  67. .coverity-scan.conf
  68. .cproject/
  69. .idea/
  70. .vscode/
  71. .project/
  72. .settings/
  73. README
  74. TODO.md
  75. TODO.txt
  76. web/gui/chart-info/
  77. web/gui/control.html
  78. web/gui/datasource.css
  79. web/gui/gadget.xml
  80. web/gui/index_new.html
  81. web/gui/version.txt
  82. # related to karma/javascript/node
  83. /node_modules/
  84. /coverage/
  85. system/netdata-lsb
  86. system/netdata-openrc
  87. system/netdata-init-d
  88. system/netdata.logrotate
  89. system/netdata.service
  90. system/netdata.plist
  91. system/netdata-freebsd
  92. system/edit-config
  93. daemon/anonymous-statistics.sh
  94. health/notifications/alarm-notify.sh
  95. collectors/cgroups.plugin/cgroup-name.sh
  96. collectors/tc.plugin/tc-qos-helper.sh
  97. collectors/charts.d.plugin/charts.d.plugin
  98. collectors/node.d.plugin/node.d.plugin
  99. collectors/python.d.plugin/python.d.plugin
  100. collectors/fping.plugin/fping.plugin
  101. collectors/ioping.plugin/ioping.plugin
  102. collectors/go.d.plugin
  103. # installer generated files
  104. /netdata-uninstaller.sh
  105. /netdata-updater.sh
  106. # cmake files
  107. cmake-build-debug/
  108. cmake-build-release/
  109. CMakeCache.txt
  110. CMakeFiles/
  111. cmake_install.cmake
  112. # jetbrains IDE
  113. .jetbrains*
  114. .DS_Store
  115. webcopylocal*
  116. # converted diagrams
  117. diagrams/*.png
  118. diagrams/*.svg
  119. diagrams/*.atxt
  120. diagrams/plantuml.jar
  121. # cppcheck
  122. cppcheck-build/
  123. venv/
  124. # debugging / profiling
  125. makeself/debug/
  126. tests/profile/benchmark-dictionary
  127. tests/profile/benchmark-registry
  128. tests/profile/test-eval
  129. tests/profile/benchmark-line-parsing
  130. tests/profile/benchmark-procfile-parser
  131. tests/profile/benchmark-value-pairs
  132. tests/profile/statsd-stress
  133. tests/health_mgmtapi/health-cmdapi-test.sh
  134. oprofile_data/
  135. vgcore.*
  136. callgrind.out.*
  137. gmon.out
  138. gmon.txt
  139. sitespeed-result/
  140. tests/acls/acl.sh
  141. tests/urls/request.sh
  142. tests/alarm_repetition/alarm.sh
  143. tests/template_dimension/template_dim.sh
  144. # tests and temp files
  145. python.d/python-modules-installer.sh
  146. # documentation generated files
  147. docs/generator/src
  148. docs/generator/build
  149. docs/generator/mkdocs.yml
  150. .environment.sh
  151. #CLion files
  152. netdata.cbp