diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-12-04 20:22:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-04 20:22:05 +0100 |
commit | 947896ad7dce9602dea1e70948363e568718cbb0 (patch) | |
tree | ac98e5e7e892172d29df004588d5093e7c02de15 /.gitignore | |
parent | 7cba34a1e3aef9cb057db2a5f5fab22473aabc48 (diff) |
Fix configure script (after fb85dac9) (#1381)
Fix/disable some LGTM warnings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index da3e85894..0eaa276ef 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,6 @@ stamp-h1 /tests/dga/dga_evaluate /tests/unit/unit /tags +/rrdtool/Makefile +/rrdtool/rrd_anomaly +/rrdtool/rrd_similarity |