This website requires JavaScript.
Explore
Help
Register
Sign In
rune
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
Code
Pull Requests
Activity
cd3de49669
gitignore
/
Rust.gitignore
13 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add /target/ (generated by Cargo) to Rust gitignore
2014-07-08 19:41:13 +02:00
# Compiled files
gitignore for Rust
2014-05-30 07:51:56 +02:00
*.o
*.so
*.rlib
*.dll
add /target/ (generated by Cargo) to Rust gitignore
2014-07-08 19:41:13 +02:00
# Executables
gitignore for Rust
2014-05-30 07:51:56 +02:00
*.exe
add /target/ (generated by Cargo) to Rust gitignore
2014-07-08 19:41:13 +02:00
# Generated by Cargo
/target/
add Cargo.lock to gitignore file by default See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock) > * If you're building a library, put Cargo.lock in your .gitignore. > * If you're building an executable, check Cargo.lock into git.
2015-11-13 12:05:10 +01:00
Cargo.lock
Copy Permalink