summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-10-30 07:55:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2018-10-31 07:47:02 +0000
commit10ce1a02cf752bbe86b41c111300face95112945 (patch)
treef53604dde68434405b5a02a653ee343e50a4cbc7
parent4af917e9539aaf6e7811e69e0bccf436b31f9311 (diff)
gitignore: Add vim files
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 568ae4e8..06a37737 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