mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Adding torch/lib64 in .gitignore for ppc64le CI build to pass (#16782)
Summary: Adding torch/lib64 in .gitignore so that a git status --porcelain check during CI build and test passes for ppc64le. During build torch/lib64 is created and contains third-party libraries. This should be ignored by the porcelain check Pull Request resolved: https://github.com/pytorch/pytorch/pull/16782 Differential Revision: D13972794 Pulled By: ezyang fbshipit-source-id: 5459c524eca42d396ac46e756a327980b4b1fa53
This commit is contained in:
committed by
Facebook Github Bot
parent
a3f600e394
commit
f2e0d64775
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,6 +75,7 @@ torch/lib/tmp_install
|
||||
torch/lib/torch_shm_manager
|
||||
torch/lib/site-packages/
|
||||
torch/lib/python*
|
||||
torch/lib64
|
||||
torch/include/
|
||||
torch/share/
|
||||
torch/test/
|
||||
|
Reference in New Issue
Block a user