浏览代码

Add vim file extensions in gitignore

DricomDragon 5 年之前
父节点
当前提交
5b85ea80a6
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      .gitignore

+ 22 - 0
.gitignore

@@ -18,3 +18,25 @@ cabal.sandbox.config
 *.hp
 .stack-work/
 
+# ---> Vim
+# Swap
+[._]*.s[a-v][a-z]
+!*.svg  # comment out if you don't need vector files
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+
+# Auto-generated tag files
+tags
+
+# Persistent undo
+[._]*.un~