gitignore/Rust.gitignore

16 lines
267 B
Plaintext
Raw Normal View History

# Compiled files
2014-05-30 13:51:56 +08:00
*.o
*.so
*.rlib
*.dll
# Executables
2014-05-30 13:51:56 +08:00
*.exe
# Generated by Cargo
/target/
2015-11-14 00:17:04 +08:00
# 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