mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 02:07:22 +02:00
As per updated guidelines, the lockfile should be committed by default. https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|