Files
tfhe-rs/.gitignore
Arthur Meyre cdda260063 chore(ci): .gitignore was ignoring all files/directories names keys
- this was hiding some source files in vscode search and could likely have
been very annoying when commiting stuff
2023-11-29 18:14:33 +01:00

22 lines
275 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/