From 5f24f9a29b678603b0cd783cdd2a03b6b2085bd2 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Tue, 9 Apr 2019 07:29:42 -0700 Subject: [PATCH] Add torch/lib/protobuf to gitignore, fixes #18700 (#19019) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19019 ghimport-source-id: 84d36f8d27912d1d094d5672154b82187dd88761 Differential Revision: D14846615 Pulled By: ezyang fbshipit-source-id: e402557ec321c85be3b28c8602b680246c8eecfe --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b67a756..0328dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,7 @@ torch/lib/cmake torch/lib/include torch/lib/pkgconfig torch/lib/protoc +torch/lib/protobuf/ torch/lib/tmp_install torch/lib/torch_shm_manager torch/lib/site-packages/ -- 2.7.4