From 47263c3321b92a22f7ad8dc4b61d21b59fdc24f0 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Fri, 10 Jun 2016 15:51:59 -0600 Subject: [PATCH] Ignore file with generated blake2b hashes In commit 122f1b0, we started generating the blake2b checksums of all files in a package to a file in the plan's directory. We should ignore this. Signed-off-by: jtimberman --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 42142c00b3..b927c73a51 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ tmp/ *.sig.key *.box.key *.sym.key +*blake2b_hashes_list