Add Vim.gitignore to .gitignore

- Taken from <https://github.com/github/gitignore/blob/master/Global/Vim.gitignore>
This commit is contained in:
Radoslav Georgiev 2017-02-14 20:22:51 +02:00
parent b55e988205
commit 4fc3dd66a1

13
.gitignore vendored
View File

@ -65,3 +65,16 @@ target/
# Databases
*.sqlite3
.vscode
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags