.gitignore 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. !src/collectors/log2journal/tests.d/*.log
  19. !src/go/**/*.log
  20. *.pyc
  21. netdata.spec
  22. sha256sums.txt
  23. upload/
  24. artifacts/
  25. ebpf.plugin
  26. src/collectors/ebpf.plugin/reset_netdata_trace.sh
  27. !ebpf.plugin/
  28. src/libnetdata/ebpf/includes/
  29. # installation artifacts
  30. packaging/installer/.environment.sh
  31. *.tar.*
  32. *.run
  33. # netdata makeself downloads
  34. packaging/makeself/tmp/
  35. # coverity
  36. cov-int/
  37. netdata-coverity-analysis.tgz
  38. .coverity-scan.conf
  39. .cproject/
  40. .idea/
  41. .vscode/*
  42. !.vscode/settings.default.json
  43. .project/
  44. .settings/
  45. README
  46. TODO.md
  47. TODO.txt
  48. # related to karma/javascript/node
  49. /node_modules/
  50. /coverage/
  51. system/install-service.sh
  52. system/netdata.logrotate
  53. system/cron/netdata-updater-daily
  54. system/freebsd/rc.d/netdata
  55. system/initd/init.d/netdata
  56. system/launchd/netdata.plist
  57. system/lsb/init.d/netdata
  58. system/openrc/init.d/netdata
  59. system/runit/run
  60. system/systemd/netdata.service
  61. system/systemd/netdata.service.*
  62. system/systemd/netdata-updater.service
  63. !system/systemd/netdata.service.in
  64. !system/systemd/netdata.service.*.in
  65. src/health/notifications/alarm-notify.sh
  66. src/collectors/cgroups.plugin/cgroup-name.sh
  67. src/collectors/cgroups.plugin/cgroup-network-helper.sh
  68. src/collectors/tc.plugin/tc-qos-helper.sh
  69. src/collectors/charts.d.plugin/charts.d.plugin
  70. src/collectors/python.d.plugin/python.d.plugin
  71. src/collectors/ioping.plugin/ioping.plugin
  72. src/collectors/go.d.plugin
  73. src/web/netdata-switch-dashboard.sh
  74. # installer generated files
  75. /netdata-uninstaller.sh
  76. /netdata-updater.sh
  77. # cmake files
  78. cmake-build-debug/
  79. cmake-build-release/
  80. CMakeCache.txt
  81. CMakeFiles/
  82. cmake_install.cmake
  83. .cmake
  84. compile_commands.json
  85. # jetbrains IDE
  86. .jetbrains*
  87. .DS_Store
  88. webcopylocal*
  89. # converted diagrams
  90. docs/diagrams/*.png
  91. docs/diagrams/*.svg
  92. docs/diagrams/*.atxt
  93. docs/diagrams/plantuml.jar
  94. # python virtual environment
  95. venv/
  96. .python-version
  97. # debugging / profiling
  98. makeself/debug/
  99. tests/profile/benchmark-dictionary
  100. tests/profile/benchmark-registry
  101. tests/profile/test-eval
  102. tests/profile/benchmark-line-parsing
  103. tests/profile/benchmark-procfile-parser
  104. tests/profile/benchmark-value-pairs
  105. tests/profile/statsd-stress
  106. tests/health_mgmtapi/health-cmdapi-test.sh
  107. oprofile_data/
  108. vgcore.*
  109. callgrind.out.*
  110. gmon.out
  111. gmon.txt
  112. sitespeed-result/
  113. tests/acls/acl.sh
  114. tests/urls/request.sh
  115. tests/alarm_repetition/alarm.sh
  116. tests/template_dimension/template_dim.sh
  117. tests/ebpf/ebpf_thread_function.sh
  118. aclk/legacy/tests/install-fake-charts.d.sh
  119. # tests and temp files
  120. test-driver
  121. **/tests/*_testdriver
  122. **/tests/*_testdriver.trs
  123. python.d/python-modules-installer.sh
  124. # documentation generated files
  125. docs/generator/src
  126. docs/generator/build
  127. docs/generator/doc
  128. docs/generator/localization
  129. docs/generator/mkdocs.yml
  130. .environment.sh
  131. #CLion files
  132. netdata.cbp
  133. # External dependencies
  134. externaldeps/
  135. # vim sessions
  136. Session.vim
  137. Session.*.vim
  138. # clangd cache
  139. .cache/
  140. # Special exceptions
  141. !packaging/repoconfig/Makefile
  142. packaging/windows/resources/*.manifest
  143. # Jupyter notebook checkpoints
  144. .ipynb_checkpoints
  145. # gorilla benchmark & fuzz binaries
  146. src/libnetdata/gorilla/gorilla_benchmark
  147. src/libnetdata/gorilla/gorilla_fuzzer
  148. src/libnetdata/gorilla/fuzz-*.log
  149. # ignore build/ directory (default dir for many IDEs/LSPs)
  150. build/
  151. # ignore rules for go plugin code
  152. src/go/plugin/go.d/bin/
  153. src/go/plugin/go.d/vendor
  154. # ignore files used with msi installer
  155. packaging/windows/*.msi