gitignore tools/bazel executable (#72878)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72878

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Reviewed By: anjali411

Differential Revision: D34252470

Pulled By: ezyang

fbshipit-source-id: 5b4d6738c2fed7c1acc860fd9addaca8a24fa937
(cherry picked from commit 5aa28474a2)
This commit is contained in:
Edward Yang 2022-02-17 08:13:00 -08:00 committed by PyTorch MergeBot
parent e0e1e0b114
commit fc832d476d

3
.gitignore vendored
View File

@ -255,6 +255,9 @@ cmake-build-debug
#
# Below files are not deleted by "setup.py clean".
# Downloaded bazel
tools/bazel
# Visual Studio Code files
.vs
/.vscode/*