mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
55dfb4a575
commit
6cdabb2e40
3
.gitignore
vendored
3
.gitignore
vendored
@ -174,6 +174,9 @@ docs/source/scripts/activation_images/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# NFS handle files
|
||||
**/.nfs*
|
||||
|
||||
# Sublime Text settings
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
Reference in New Issue
Block a user