.gitignore 2.2 KB

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