소스 검색

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
pull/3712/head
Ryan Scott 3 년 전
부모
커밋
d15076ed4a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Rust.gitignore

+ 3
- 0
Rust.gitignore 파일 보기

@@ -9,3 +9,6 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

Loading…
취소
저장