cleaning up
This commit is contained in:
parent
8f38a1df7b
commit
5bad8ef7a8
24 changed files with 287 additions and 187 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -1,23 +1,19 @@
|
|||
# Created by https://www.gitignore.io/api/vim
|
||||
# Edit at https://www.gitignore.io/?templates=vim
|
||||
|
||||
### Vim ###
|
||||
# Swap
|
||||
# vim swap
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
# session
|
||||
Session.vim
|
||||
|
||||
# Temporary
|
||||
# temporary
|
||||
.netrwhist
|
||||
*~
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
# Persistent undo
|
||||
# persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# End of https://www.gitignore.io/api/vim
|
||||
# handled by plugin manager (plugged)
|
||||
autoload/
|
||||
plugged/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue