pytorch
d0a4e2e7 - Don't remove files across the whole OS on clean (#91503)

Commit
1 year ago
Don't remove files across the whole OS on clean (#91503) setup.py clean now won't remove paths matching .gitignore patterns across the entire OS. Instead, now only files from the repository will be removed. `/build_*` had to be removed from .gitignore because with the wildcard fixed, build_variables.bzl file was deleted on cleanup. Pull Request resolved: https://github.com/pytorch/pytorch/pull/91503 Approved by: https://github.com/soumith
Committer
Parents
Loading