diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-08 07:30:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-08 07:30:37 +0000 |
commit | 8a7b72f7cd1ccd547a03eb4243294e741d661d3f (patch) | |
tree | 7bc7be4a8e9e298daa1349348400aa2a653866f2 /.gitignore | |
parent | New upstream version 1.11.1+dfsg (diff) | |
download | netdata-8a7b72f7cd1ccd547a03eb4243294e741d661d3f.tar.xz netdata-8a7b72f7cd1ccd547a03eb4243294e741d661d3f.zip |
Adding upstream version 1.12.0.upstream/1.12.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 20 insertions, 6 deletions
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 |