mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Do not ignore lazy/generated/README.me
Fixes https://github.com/pytorch/pytorch/issues/75624 Pull Request resolved: https://github.com/pytorch/pytorch/pull/75626 Approved by: https://github.com/osalpekar
This commit is contained in:
committed by
PyTorch MergeBot
parent
08f3b95857
commit
51666ff123
2
.gitignore
vendored
2
.gitignore
vendored
@ -71,7 +71,7 @@ torch/return_types.pyi
|
||||
torch/nn/functional.pyi
|
||||
torch/utils/data/datapipes/datapipe.pyi
|
||||
torch/csrc/autograd/generated/*
|
||||
torch/csrc/lazy/generated/*
|
||||
torch/csrc/lazy/generated/*.[!m]*
|
||||
# Listed manually because some files in this directory are not generated
|
||||
torch/testing/_internal/generated/annotated_fn_args.py
|
||||
torch/testing/_internal/data/*.pt
|
||||
|
Reference in New Issue
Block a user