summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Hufschmidt <hufschmidt@hrz.uni-marburg.de>2019-02-20 11:50:57 +0100
committerPaweł Krupa <pawel@krupa.net.pl>2019-02-20 11:50:57 +0100
commit97526940073733f2fcdcaf9f61e17dfbcb89ace0 (patch)
tree1e0a0debed9d19bc18b41428a81979705b0cf479 /.gitignore
parentc649de8e68229cdda83ea4ff33a080250b1e5497 (diff)
Fix curl download (#5439)
* gitignore rules for generated files matched packaging content * follow http redirects when downloading via curl (#5411)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f0de5df0b9..2ee0f8f25d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -112,7 +112,8 @@ collectors/fping.plugin/fping.plugin
collectors/go.d.plugin
# installer generated files
-netdata-uninstaller.sh
+/netdata-uninstaller.sh
+/netdata-updater.sh
# cmake files
cmake-build-debug/
@@ -164,5 +165,4 @@ docs/generator/src
docs/generator/build
docs/generator/mkdocs.yml
-netdata-updater.sh
.environment.sh