summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2018-03-27 21:28:21 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2018-03-27 21:28:21 +0000
commitd4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c (patch)
treefaac99f51f182bb8c0a03e95e393d421ac9ddf42 /.gitignore
parentNew upstream version 1.9.0+dfsg (diff)
downloadnetdata-d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c.tar.xz
netdata-d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c.zip
New upstream version 1.10.0+dfsgupstream/1.10.0+dfsg
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore77
1 files changed, 41 insertions, 36 deletions
diff --git a/.gitignore b/.gitignore
index 40b6b1d3d..cd69d7ea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
config.h.in
Makefile.in
*~
+*.old
+*.log
+*.pyc
Makefile
aclocal.m4
@@ -12,7 +15,6 @@ autom4te.cache
compile
config.guess
config.h
-config.log
config.status
config.sub
configure
@@ -22,45 +24,37 @@ libtool
ltmain.sh
missing
stamp-h1
+netdata.spec
+# netdata binaries
netdata
apps.plugin
freeipmi.plugin
-netdata.spec
+cgroup-network
+# netdata makeself archives
*.tar.*
+*.run
-cmake-build-debug/
+# netdata makeself downloads
makeself/tmp/
-sitespeed-result/
+
+# coverity
cov-int/
netdata-coverity-analysis.tgz
.coverity-token
.coverity-build
-.cproject
+.cproject/
.idea/
.vscode/
-.project
+.project/
+.settings/
README
TODO.md
-asan_symbolize.py
-charts.d/bind.chart.sh
conf.d/netdata.conf
-conf.d/netdata.conf.old
-isolate-0x1e0e170-v8.log
-lan-hosts.sh
-modp_numtoa.c
-plugins.d/apache_mod_status.plugin
-plugins.d/apps.plugin.old
-src/.cproject
-src/.project
-src/.settings/
src/TODO.txt
-src/rrddim_file.c
-system/netdata.service
-valgrind.log
-valgrind2.log
+
web/chart-info/
web/control.html
web/datasource.css
@@ -69,45 +63,56 @@ web/index_new.html
web/version.txt
# related to karma/javascript/node
-node_modules/
-coverage/
+/node_modules/
+/coverage/
system/netdata-lsb
system/netdata-openrc
system/netdata-init-d
system/netdata.logrotate
-python.d/python-modules-installer.sh
+system/netdata.service
+system/netdata-freebsd
-netdata-installer.log
+# installer generated files
netdata-uninstaller.sh
netdata-updater.sh
-gmon.out
-gmon.txt
-apps.plugin-profiler.sh
-
+# cmake files
+cmake-build-debug/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
+# jetbrains IDE
.jetbrains*
.DS_Store
contrib/debian/changelog
-profile/benchmark-dictionary
-profile/benchmark-registry
-
-*.pyc
-*.run
+# converted diagrams
diagrams/*.png
diagrams/*.svg
diagrams/*.atxt
diagrams/plantuml.jar
-netdata.cppcheck
+# cppcheck
+src/cppcheck-build/
+# debugging / profiling
+makeself/debug/
+profile/benchmark-dictionary
+profile/benchmark-registry
+profile/test-eval
+profile/benchmark-line-parsing
+profile/benchmark-procfile-parser
profile/statsd-stress
-src/cgroup-network
+oprofile_data/
vgcore.*
+callgrind.out.*
+gmon.out
+gmon.txt
+sitespeed-result/
+
+# tests and temp files
+python.d/python-modules-installer.sh