mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(tfhe): fix .gitignore for key cache
- this was not properly ignoring the keycache if a file had a specific extension
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,9 +3,9 @@ target/
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# Path we use for internal-keycache during tests
|
# Path we use for internal-keycache during tests
|
||||||
./keys/
|
keys/
|
||||||
# In case of symlinked keys
|
# In case of symlinked keys
|
||||||
./keys
|
keys
|
||||||
|
|
||||||
**/Cargo.lock
|
**/Cargo.lock
|
||||||
**/*.bin
|
**/*.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user