Skip to content

Commit d15076e

Browse files
committed
Rust: ignore .pdb files
MSVC builds of Rust on Windows automatically generate `*.pdb` files, which store debugging information. For more information, see: * rust-lang/rustlings#275 * https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio
1 parent 218a941 commit d15076e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rust.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ Cargo.lock
99

1010
# These are backup files generated by rustfmt
1111
**/*.rs.bk
12+
13+
# MSVC Windows builds of rustc generate these, which store debugging information
14+
*.pdb

0 commit comments

Comments
 (0)