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:
Thomas Wolf 2020-02-17 14:36:49 +01:00 committed by GitHub
commit 5b2d4f2657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -139,3 +139,6 @@ serialization_dir
# emacs
*.*~
debug.env
# vim
.*.swp