diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:35 +0000 |
commit | f09848204fa5283d21ea43e262ee41aa578e1808 (patch) | |
tree | c62385d7adf209fa6a798635954d887f718fb3fb /.gitignore | |
parent | Releasing debian version 1.46.3-2. (diff) | |
download | netdata-f09848204fa5283d21ea43e262ee41aa578e1808.tar.xz netdata-f09848204fa5283d21ea43e262ee41aa578e1808.zip |
Merging upstream version 1.47.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 54878dc75..05b503bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -98,8 +98,6 @@ src/collectors/ioping.plugin/ioping.plugin src/collectors/go.d.plugin src/web/netdata-switch-dashboard.sh -src/logsmanagement/stress_test/stress_test - # installer generated files /netdata-uninstaller.sh /netdata-updater.sh @@ -127,6 +125,7 @@ docs/diagrams/plantuml.jar # python virtual environment venv/ +.python-version # debugging / profiling makeself/debug/ @@ -194,8 +193,8 @@ src/libnetdata/gorilla/fuzz-*.log build/ # ignore rules for go plugin code -src/go/collectors/go.d.plugin/bin/ -src/go/collectors/go.d.plugin/mocks/springboot2/.gradle/ -src/go/collectors/go.d.plugin/mocks/tmp/* -!src/go/collectors/go.d.plugin/mocks/tmp/.gitkeep -src/go/collectors/go.d.plugin/vendor +src/go/plugin/go.d/bin/ +src/go/plugin/go.d/vendor + +# ignore nsis installer +packaging/utils/netdata-installer.exe |