.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .deps
  2. .libs
  3. .dirstamp
  4. .project
  5. .pydevproject
  6. *.o
  7. *.a
  8. config.h.in
  9. Makefile.in
  10. *~
  11. .*.swp
  12. *.old
  13. *.log
  14. *.pyc
  15. Makefile
  16. aclocal.m4
  17. autom4te.cache
  18. compile
  19. config.guess
  20. config.h
  21. config.status
  22. config.sub
  23. configure
  24. depcomp
  25. install-sh
  26. libtool
  27. ltmain.sh
  28. missing
  29. stamp-h1
  30. netdata.spec
  31. sha256sums.txt
  32. # netdata binaries
  33. netdata
  34. !netdata/
  35. apps.plugin
  36. !apps.plugin/
  37. freeipmi.plugin
  38. !freeipmi.plugin/
  39. cgroup-network
  40. !cgroup-network/
  41. # netdata makeself archives
  42. *.tar.*
  43. *.run
  44. # netdata makeself downloads
  45. makeself/tmp/
  46. # coverity
  47. cov-int/
  48. netdata-coverity-analysis.tgz
  49. .coverity-token
  50. .coverity-build
  51. .cproject/
  52. .idea/
  53. .vscode/
  54. .project/
  55. .settings/
  56. README
  57. TODO.md
  58. netdata.conf
  59. TODO.txt
  60. web/gui/chart-info/
  61. web/gui/control.html
  62. web/gui/datasource.css
  63. web/gui/gadget.xml
  64. web/gui/index_new.html
  65. web/gui/version.txt
  66. # related to karma/javascript/node
  67. /node_modules/
  68. /coverage/
  69. system/netdata-lsb
  70. system/netdata-openrc
  71. system/netdata-init-d
  72. system/netdata.logrotate
  73. system/netdata.service
  74. system/netdata.plist
  75. system/netdata-freebsd
  76. system/edit-config
  77. health/notifications/alarm-notify.sh
  78. collectors/cgroups.plugin/cgroup-name.sh
  79. collectors/tc.plugin/tc-qos-helper.sh
  80. collectors/charts.d.plugin/charts.d.plugin
  81. collectors/node.d.plugin/node.d.plugin
  82. collectors/python.d.plugin/python.d.plugin
  83. collectors/fping.plugin/fping.plugin
  84. # installer generated files
  85. netdata-uninstaller.sh
  86. netdata-updater.sh
  87. # cmake files
  88. cmake-build-debug/
  89. cmake-build-release/
  90. CMakeCache.txt
  91. CMakeFiles/
  92. cmake_install.cmake
  93. # jetbrains IDE
  94. .jetbrains*
  95. .DS_Store
  96. contrib/debian/changelog
  97. # converted diagrams
  98. diagrams/*.png
  99. diagrams/*.svg
  100. diagrams/*.atxt
  101. diagrams/plantuml.jar
  102. # cppcheck
  103. cppcheck-build/
  104. venv/
  105. # debugging / profiling
  106. makeself/debug/
  107. tests/profile/benchmark-dictionary
  108. tests/profile/benchmark-registry
  109. tests/profile/test-eval
  110. tests/profile/benchmark-line-parsing
  111. tests/profile/benchmark-procfile-parser
  112. tests/profile/benchmark-value-pairs
  113. tests/profile/statsd-stress
  114. oprofile_data/
  115. vgcore.*
  116. callgrind.out.*
  117. gmon.out
  118. gmon.txt
  119. sitespeed-result/
  120. # tests and temp files
  121. python.d/python-modules-installer.sh