Rust: ignore .pdb files

MSVC builds of Rust on Windows automatically generate `*.pdb` files, which
store debugging information. For more information, see:

* https://github.com/rust-lang/rustlings/issues/275
* https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio
This commit is contained in:
Ryan Scott 2021-04-27 09:54:36 -04:00
parent 218a941be9
commit d15076ed4a
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@ Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb