Centralization

This commit is contained in:
2018-04-05 12:34:27 +02:00
parent 2b1789d8fc
commit 8bad08aa4e
11 changed files with 209 additions and 4 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Created by https://www.gitignore.io/api/vim
### Vim ###
# swap
vim/[._]*.s[a-v][a-z]
vim/[._]*.sw[a-p]
vim/[._]s[a-v][a-z]
vim/[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
vim/.undo/*
vim/.swp/*
.sqlite
# End of https://www.gitignore.io/api/vim