commit | 99980a6cbb4e125b18579fb8e2ff5e2361d23d5e | [log] [tgz] |
---|---|---|
author | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Thu Oct 29 17:32:52 2020 -0600 |
committer | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Fri Oct 30 13:37:40 2020 -0600 |
tree | f421a2cce5102a3deba4c862eead5493f632128e | |
parent | 0460f542bd4a7859bf4e377121a4afecc105e930 [diff] |
ignore .docker-tag files created on the build process These files are not relevant so git-ignore them, leading to a less noisy git-status. Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I1342d0008ceeeb5f581a1accc04c489da330b53e
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06bcd32 --- /dev/null +++ b/.gitignore
@@ -0,0 +1 @@ +.docker-tag \ No newline at end of file