rust-lang / polonius

Defines the Rust borrow checker.
Apache License 2.0
1.31k stars 74 forks source link

Enrich gitignore file to exclude editor files #198

Open FullyNonlinear opened 2 months ago

FullyNonlinear commented 2 months ago

When using CodeLLDB on vscode to debug, vscodes files are currently tracked. This PR add editor files to gitignore so that editor files are no longer tracked by git.