summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-08 07:31:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-08 07:31:03 +0000
commit50485bedfd9818165aa1d039d0abe95a559134b7 (patch)
tree79c7b08f67edcfb0c936e7a22931653b91189b9f /.gitignore
parentReleasing debian version 1.11.1+dfsg-7. (diff)
downloadnetdata-50485bedfd9818165aa1d039d0abe95a559134b7.tar.xz
netdata-50485bedfd9818165aa1d039d0abe95a559134b7.zip
Merging upstream version 1.12.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
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