added gitignore

This commit is contained in:
Ellen Arvidsson 2019-06-23 11:35:29 +02:00
parent 7f9136b78d
commit 959908970c

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Created by https://www.gitignore.io/api/vim
# Edit at https://www.gitignore.io/?templates=vim
### 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.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# End of https://www.gitignore.io/api/vim