This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2025-02-16 19:24:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cd3de49669
Branches
Tags
No results found.
gitignore
/
Rust.gitignore
13 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add /target/ (generated by Cargo) to Rust gitignore
2014-07-09 01:41:13 +08:00
# Compiled files
gitignore for Rust
2014-05-30 13:51:56 +08:00
*.o
*.so
*.rlib
*.dll
add /target/ (generated by Cargo) to Rust gitignore
2014-07-09 01:41:13 +08:00
# Executables
gitignore for Rust
2014-05-30 13:51:56 +08:00
*.exe
add /target/ (generated by Cargo) to Rust gitignore
2014-07-09 01:41:13 +08: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 19:05:10 +08:00
Cargo.lock
Reference in New Issue
Copy Permalink