From 2ff6b22b27dd2c0f32ad5a647d8832d728f875c1 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 30 Oct 2018 07:55:21 +0000 Subject: [PATCH] gitignore: Add vim files --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index 568ae4e82..06a377378 100644 --- a/.gitignore +++ b/.gitignore @@ -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