mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 10:41:07 +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
|
# emacs
|
||||||
*.*~
|
*.*~
|
||||||
debug.env
|
debug.env
|
||||||
|
|
||||||
|
# vim
|
||||||
|
.*.swp
|
||||||
|
Loading…
Reference in New Issue
Block a user