mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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 5aa28474a262859a0b543e14f53691650c5752ed)
This commit is contained in:
parent
e0e1e0b114
commit
fc832d476d
1 changed files with 3 additions and 0 deletions
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 a new issue