summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFreddie Mendoza <mendoza1@us.ibm.com>2019-02-06 09:02:18 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-02-06 09:05:49 -0800
commitf2e0d64775c88fef031e65a280c7fb65b0a86473 (patch)
tree0578b383baa7463a733036b3215fc626a7cf2170 /.gitignore
parenta3f600e394956a2b82b1a46b4d09376cc972b7a1 (diff)
downloadpytorch-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--.gitignore1
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/