.gitignore 1.5 KB

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