diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 14:45:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 14:48:03 +0000 |
commit | e55403ed71282d7bfd8b56df219de3c28a8af064 (patch) | |
tree | 524889e5becb81643bf8741e3082955dca076f09 /.gitignore | |
parent | Releasing debian version 1.47.5-1. (diff) | |
download | netdata-e55403ed71282d7bfd8b56df219de3c28a8af064.tar.xz netdata-e55403ed71282d7bfd8b56df219de3c28a8af064.zip |
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 <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
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 |