diff options
author | Arun Raghavan <arun@arunraghavan.net> | 2018-10-30 07:55:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2018-10-31 07:47:02 +0000 |
commit | 10ce1a02cf752bbe86b41c111300face95112945 (patch) | |
tree | f53604dde68434405b5a02a653ee343e50a4cbc7 | |
parent | 4af917e9539aaf6e7811e69e0bccf436b31f9311 (diff) |
gitignore: Add vim files
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -11,3 +11,27 @@ config.h.meson cscope.out cscope.in.out cscope.po.out + +# Created by https://www.gitignore.io/api/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 |