.gitignore 195 B

12345
  1. # These would be ignored by parent .gitignore rules,
  2. # but are relatively common in Rust crates so we want git to add
  3. # and remove these files in the normal fashion.
  4. !Cargo.lock
  5. !Cargo.toml.orig