123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .deps
- .libs
- .dirstamp
- .project
- .pydevproject
- *.o
- *.a
- config.h.in
- Makefile.in
- *~
- .*.swp
- *.old
- *.log
- *.pyc
- Makefile
- aclocal.m4
- autom4te.cache
- compile
- config.guess
- config.h
- config.status
- config.sub
- configure
- depcomp
- install-sh
- libtool
- ltmain.sh
- missing
- stamp-h1
- netdata.spec
- sha256sums.txt
- # netdata binaries
- netdata
- !netdata/
- apps.plugin
- !apps.plugin/
- freeipmi.plugin
- !freeipmi.plugin/
- cgroup-network
- !cgroup-network/
- # installation artifacts
- installer/.environment.sh
- *.tar.*
- *.run
- # netdata makeself downloads
- makeself/tmp/
- # coverity
- cov-int/
- netdata-coverity-analysis.tgz
- .coverity-token
- .coverity-build
- .cproject/
- .idea/
- .vscode/
- .project/
- .settings/
- README
- TODO.md
- netdata.conf
- TODO.txt
- web/gui/chart-info/
- web/gui/control.html
- web/gui/datasource.css
- web/gui/gadget.xml
- web/gui/index_new.html
- web/gui/version.txt
- # related to karma/javascript/node
- /node_modules/
- /coverage/
- system/netdata-lsb
- system/netdata-openrc
- system/netdata-init-d
- system/netdata.logrotate
- system/netdata.service
- system/netdata.plist
- system/netdata-freebsd
- system/edit-config
- health/notifications/alarm-notify.sh
- collectors/cgroups.plugin/cgroup-name.sh
- collectors/tc.plugin/tc-qos-helper.sh
- collectors/charts.d.plugin/charts.d.plugin
- collectors/node.d.plugin/node.d.plugin
- collectors/python.d.plugin/python.d.plugin
- collectors/fping.plugin/fping.plugin
- # installer generated files
- netdata-uninstaller.sh
- netdata-updater.sh
- # cmake files
- cmake-build-debug/
- cmake-build-release/
- CMakeCache.txt
- CMakeFiles/
- cmake_install.cmake
- # jetbrains IDE
- .jetbrains*
- .DS_Store
- contrib/debian/changelog
- # converted diagrams
- diagrams/*.png
- diagrams/*.svg
- diagrams/*.atxt
- diagrams/plantuml.jar
- # cppcheck
- cppcheck-build/
- venv/
- # debugging / profiling
- makeself/debug/
- tests/profile/benchmark-dictionary
- tests/profile/benchmark-registry
- tests/profile/test-eval
- tests/profile/benchmark-line-parsing
- tests/profile/benchmark-procfile-parser
- tests/profile/benchmark-value-pairs
- tests/profile/statsd-stress
- oprofile_data/
- vgcore.*
- callgrind.out.*
- gmon.out
- gmon.txt
- sitespeed-result/
- # tests and temp files
- python.d/python-modules-installer.sh
- # documentation generated files
- docs/generator/src
- docs/generator/build
- docs/generator/mkdocs.yml
|