dvc version 0.91.1
installed via pip on ubuntu 18.04
Each dvc add produces extra line '/tmp' in .dvc/.gitignore.
% git diff .dvc/.gitignore
diff --git a/.dvc/.gitignore b/.dvc/.gitignore
index 9bd2370..cfd5c3c 100644
--- a/.dvc/.gitignore
+++ b/.dvc/.gitignore
@@ -10,3 +10,6 @@
/tmp
/tmp
+/tmp
+/tmp
+/tmp
dvc version 0.91.1
installed via pip on ubuntu 18.04
Each dvc add produces extra line '/tmp' in .dvc/.gitignore.