Update .gitignore to ignore NFS handle files (#54618)

Summary:
Ignore NFS handle files starting with .nfs*.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54618

Reviewed By: malfet

Differential Revision: D27304405

Pulled By: heitorschueroff

fbshipit-source-id: 9abeed796fec0a4ff416eacea450f3f8e2813b32
This commit is contained in:
Heitor Schueroff
2021-03-25 04:47:04 -07:00
committed by Facebook GitHub Bot
parent 55dfb4a575
commit 6cdabb2e40

3
.gitignore vendored
View File

@ -174,6 +174,9 @@ docs/source/scripts/activation_images/
*.swp
*~
# NFS handle files
**/.nfs*
# Sublime Text settings
*.sublime-workspace
*.sublime-project