diff options
author | Freddie Mendoza <mendoza1@us.ibm.com> | 2019-02-06 09:02:18 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-02-06 09:05:49 -0800 |
commit | f2e0d64775c88fef031e65a280c7fb65b0a86473 (patch) | |
tree | 0578b383baa7463a733036b3215fc626a7cf2170 /.gitignore | |
parent | a3f600e394956a2b82b1a46b4d09376cc972b7a1 (diff) | |
download | pytorch-f2e0d64775c88fef031e65a280c7fb65b0a86473.tar.gz pytorch-f2e0d64775c88fef031e65a280c7fb65b0a86473.tar.bz2 pytorch-f2e0d64775c88fef031e65a280c7fb65b0a86473.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 47ecb5a9f5..e8d37cbe50 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ |