You've already forked authenticator-rs
mirror of
https://github.com/librekeys/authenticator-rs.git
synced 2026-04-14 08:47:57 -07:00
790240a7cb
* 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!
14 lines
333 B
Plaintext
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
|