mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
e0e1e0b114
commit
fc832d476d
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user