From 8a7b72f7cd1ccd547a03eb4243294e741d661d3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 08:30:37 +0100 Subject: Adding upstream version 1.12.0. Signed-off-by: Daniel Baumann --- .gitignore | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c64d75954..51b436152 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Secrets +gcs-credentials.json + .deps .libs .dirstamp @@ -35,6 +38,8 @@ sha256sums.txt # netdata binaries netdata !netdata/ +upload/ +artifacts/ apps.plugin !apps.plugin/ @@ -42,15 +47,19 @@ apps.plugin freeipmi.plugin !freeipmi.plugin/ +cups.plugin +!cups.plugin/ + cgroup-network !cgroup-network/ -# netdata makeself archives +# installation artifacts +packaging/installer/.environment.sh *.tar.* *.run # netdata makeself downloads -makeself/tmp/ +packaging/makeself/tmp/ # coverity cov-int/ @@ -88,6 +97,8 @@ system/netdata.plist system/netdata-freebsd system/edit-config +daemon/anonymous-statistics.sh + health/notifications/alarm-notify.sh collectors/cgroups.plugin/cgroup-name.sh collectors/tc.plugin/tc-qos-helper.sh @@ -98,7 +109,6 @@ collectors/fping.plugin/fping.plugin # installer generated files netdata-uninstaller.sh -netdata-updater.sh # cmake files cmake-build-debug/ @@ -134,6 +144,7 @@ tests/profile/benchmark-line-parsing tests/profile/benchmark-procfile-parser tests/profile/benchmark-value-pairs tests/profile/statsd-stress +tests/health_mgmtapi/health-cmdapi-test.sh oprofile_data/ vgcore.* callgrind.out.* @@ -145,6 +156,9 @@ sitespeed-result/ python.d/python-modules-installer.sh # documentation generated files -htmldoc/src -htmldoc/build -htmldoc/mkdocs.yml +docs/generator/src +docs/generator/build +docs/generator/mkdocs.yml + +netdata-updater.sh +.environment.sh -- cgit v1.2.3