49c69d440e
This is a library project and should not check in its `Cargo.lock`. Being in the `.gitignore` file helps achieve that. http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
13 lines
103 B
Plaintext
13 lines
103 B
Plaintext
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/Cargo.lock
|
|
/target/
|