mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Ignore MSVC's pdb file (#47963)
Summary:
These files are generated by MSVC when building with debug symbols `REL_WITH_DEB_INFO=1`:
```
PS C:\Users\Xiang Gao\source\repos\pytorch> git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
torch/lib/asmjit.pdb
torch/lib/c10.pdb
torch/lib/c10_cuda.pdb
torch/lib/caffe2_detectron_ops_gpu.pdb
torch/lib/caffe2_module_test_dynamic.pdb
torch/lib/caffe2_observers.pdb
torch/lib/fbgemm.pdb
torch/lib/shm.pdb
torch/lib/torch_cpu.pdb
torch/lib/torch_cuda.pdb
nothing added to commit but untracked files present (use "git add" to track)
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/47963
Reviewed By: heitorschueroff
Differential Revision: D25311564
Pulled By: malfet
fbshipit-source-id: 1a7125f3c6ff296b4bb0975ee97b59c23586b1cb
This commit is contained in:
parent
cc1c3063c5
commit
cf1e5d7d2b
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -76,6 +76,7 @@ torch/lib/*.exe*
|
|||
torch/lib/*.dylib*
|
||||
torch/lib/*.h
|
||||
torch/lib/*.lib
|
||||
torch/lib/*.pdb
|
||||
torch/lib/*.so*
|
||||
torch/lib/protobuf*.pc
|
||||
torch/lib/build
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user