Files
OpenSK/.gitignore
kaczmarczyck ca65902a8f CTAP library move (#602)
* Moves all CTAP logic into its own library

* workflows fix test

* more coveralls workflow tests
2023-03-07 15:56:46 +01:00

15 lines
260 B
Plaintext

libraries/**/Cargo.lock
target/
# Local installation of elf2tab.
/elf2tab/
# Prevent people from commiting sensitive files.
/crypto_data/
# Temporary files.
/reproducible/binaries.sha256sum
/reproducible/elf2tab.txt
/reproducible/reproduced.tar
__pycache__