diff options
author | andersj <anderspapitto@gmail.com> | 2019-01-08 15:54:20 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-01-08 16:30:19 -0800 |
commit | 8a5ba577c17d039b07270d66a9607c770fbcf499 (patch) | |
tree | 8ff98b74598d4b48776a7783222ed88cf6ba9f9b /.gitignore | |
parent | 4f51ca490ed89329ca7cba5a71d691598381de82 (diff) | |
download | pytorch-8a5ba577c17d039b07270d66a9607c770fbcf499.tar.gz pytorch-8a5ba577c17d039b07270d66a9607c770fbcf499.tar.bz2 pytorch-8a5ba577c17d039b07270d66a9607c770fbcf499.zip |
Revert "remove use of tmp_install" (#15847)
Summary:
This reverts commit 04bf5285896e52ac118d2f9e9b7f582f695f13e2.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15847
Differential Revision: D13603174
Pulled By: anderspapitto
fbshipit-source-id: ae321434d3345ad94fad67bf71fd027cddeb4588
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 63906c86e4..0cb2aaa808 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ torch/lib/cmake torch/lib/include torch/lib/pkgconfig torch/lib/protoc +torch/lib/tmp_install torch/lib/torch_shm_manager torch/lib/python* torch/share/ |