Skip to content

Commit 4fc3dd6

Browse files
author
Radoslav Georgiev
committed
Add Vim.gitignore to .gitignore
- Taken from <https://github.com/github/gitignore/blob/master/Global/Vim.gitignore>
1 parent b55e988 commit 4fc3dd6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,16 @@ target/
6565
# Databases
6666
*.sqlite3
6767
.vscode
68+
69+
# swap
70+
[._]*.s[a-v][a-z]
71+
[._]*.sw[a-p]
72+
[._]s[a-v][a-z]
73+
[._]sw[a-p]
74+
# session
75+
Session.vim
76+
# temporary
77+
.netrwhist
78+
*~
79+
# auto-generated tag files
80+
tags

0 commit comments

Comments
 (0)