Rust.gitignore 267 字节
Newer Older
1
# Compiled files
H
Heather 已提交
2 3 4 5
*.o
*.so
*.rlib
*.dll
6 7

# Executables
H
Heather 已提交
8
*.exe
9 10 11

# Generated by Cargo
/target/
W
Wayne Nilsen 已提交
12 13 14

# 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
15
Cargo.lock