Files
tfhe-rs/.gitignore
Arthur Meyre b4583976a2 chore(tfhe): fix .gitignore for key cache
- this was not properly ignoring the keycache if a file had a specific
extension
2023-11-15 11:10:30 +01:00

22 lines
274 B
Plaintext

target/
.idea/
.vscode/
# Path we use for internal-keycache during tests
keys/
# In case of symlinked keys
keys
**/Cargo.lock
**/*.bin
# Some of our bench outputs
/tfhe/benchmarks_parameters
**/*.csv
# dieharder run log
dieharder_run.log
# Coverage reports
./coverage/