Files
authenticator-rs/.gitignore
J.C. Jones 790240a7cb Fix #35 - Run Clippy at TravisCI, and clean up Clippy warnings (#70)
* Add fuzzing corpuses to gitignore

* Fix #35 - Run Clippy at TravisCI, and clean up Clippy warnings

Lots of this is taken from https://github.com/serianox/u2f-hid-rs/tree/ci --
thanks @serianox!
2018-10-25 12:00:37 +02:00

14 lines
333 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
**/*.rs.bk
# Fuzzing corpuses should be explicitly updated
fuzz/corpus/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
.DS_Store