From e55403ed71282d7bfd8b56df219de3c28a8af064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Nov 2024 15:45:37 +0100 Subject: Merging upstream version 2.0.3+dfsg: - does not include dygraphs anymore (Closes: #923993) - does not include pako anymore (Closes: #1042533) - does not include dashboard binaries anymore (Closes: #1045145) Signed-off-by: Daniel Baumann --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 05b503bb3..d4b1c020c 100644 --- a/.gitignore +++ b/.gitignore @@ -88,7 +88,6 @@ system/systemd/netdata-updater.service !system/systemd/netdata.service.*.in src/health/notifications/alarm-notify.sh -claim/netdata-claim.sh src/collectors/cgroups.plugin/cgroup-name.sh src/collectors/cgroups.plugin/cgroup-network-helper.sh src/collectors/tc.plugin/tc-qos-helper.sh @@ -180,6 +179,7 @@ Session.*.vim # Special exceptions !packaging/repoconfig/Makefile +packaging/windows/resources/*.manifest # Jupyter notebook checkpoints .ipynb_checkpoints @@ -196,5 +196,5 @@ build/ src/go/plugin/go.d/bin/ src/go/plugin/go.d/vendor -# ignore nsis installer -packaging/utils/netdata-installer.exe +# ignore files used with msi installer +packaging/windows/*.msi -- cgit v1.2.3