From b4583976a22ea9f3898dbebbd5730ce5f021cce7 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 13 Nov 2023 14:59:03 +0100 Subject: [PATCH] chore(tfhe): fix .gitignore for key cache - this was not properly ignoring the keycache if a file had a specific extension --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8035cf29f..24ca9bbac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ target/ .vscode/ # Path we use for internal-keycache during tests -./keys/ +keys/ # In case of symlinked keys -./keys +keys **/Cargo.lock **/*.bin