tpm2-store/.gitignore
Patrick Uiterwijk e22aedfe7a Generate a new key and signed policy during the test
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2020-07-22 16:46:54 +02:00

25 lines
524 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
#Added by cargo
#
#already existing elements are commented out
/target
#**/*.rs.bk
# Policy test files
/tests/policy_broken.json
/tests/policy_working.json
/tests/privatekey.pem
/tests/publickey.json