.gitignore 2.5 KB

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