mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00
Merge pull request #2881 from patrickvonplaten/add_vim_swp_to_gitignore
update .gitignore to ignore .swp files created when using vim
This commit is contained in:
commit
5b2d4f2657
3
.gitignore
vendored
3
.gitignore
vendored
@ -139,3 +139,6 @@ serialization_dir
|
||||
# emacs
|
||||
*.*~
|
||||
debug.env
|
||||
|
||||
# vim
|
||||
.*.swp
|
||||
|
Loading…
Reference in New Issue
Block a user