.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. cgroup-network
  52. !cgroup-network/
  53. # protoc generated files
  54. *.pb.cc
  55. *.pb.h
  56. # installation artifacts
  57. packaging/installer/.environment.sh
  58. *.tar.*
  59. *.run
  60. # netdata makeself downloads
  61. packaging/makeself/tmp/
  62. # coverity
  63. cov-int/
  64. netdata-coverity-analysis.tgz
  65. .coverity-token
  66. .coverity-build
  67. .cproject/
  68. .idea/
  69. .vscode/
  70. .project/
  71. .settings/
  72. README
  73. TODO.md
  74. netdata.conf
  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. contrib/debian/changelog
  117. # converted diagrams
  118. diagrams/*.png
  119. diagrams/*.svg
  120. diagrams/*.atxt
  121. diagrams/plantuml.jar
  122. # cppcheck
  123. cppcheck-build/
  124. venv/
  125. # debugging / profiling
  126. makeself/debug/
  127. tests/profile/benchmark-dictionary
  128. tests/profile/benchmark-registry
  129. tests/profile/test-eval
  130. tests/profile/benchmark-line-parsing
  131. tests/profile/benchmark-procfile-parser
  132. tests/profile/benchmark-value-pairs
  133. tests/profile/statsd-stress
  134. tests/health_mgmtapi/health-cmdapi-test.sh
  135. oprofile_data/
  136. vgcore.*
  137. callgrind.out.*
  138. gmon.out
  139. gmon.txt
  140. sitespeed-result/
  141. # tests and temp files
  142. python.d/python-modules-installer.sh
  143. # documentation generated files
  144. docs/generator/src
  145. docs/generator/build
  146. docs/generator/mkdocs.yml
  147. .environment.sh
  148. #CLion files
  149. netdata.cbp