Files
RustySecrets/.gitignore
Romain Ruetschi 36bc055520 Add back Cargo.lock
Although RustySecrets is a library, it is important that all
contributors to the library are using the very same version
of every package, as we cannot always trust downstream deps
to follow SemVer to the letter.
2018-08-13 21:29:39 +02:00

10 lines
148 B
Plaintext

# Generated by Cargo
# Will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# Swap files
*~