blob: 1e7245c1067c4f48119c851f1a62a93f5d491827 [file] [log] [blame]
# These would be ignored by parent .gitignore rules,
# but are relatively common in Rust crates so we want git to add
# and remove these files in the normal fashion.
!Cargo.lock
!Cargo.toml.orig
# Various Rust tooling will generate a third_party/rust/target subdirectory. We
# don't want to check this in.
target