Browse Source

Add vim file extensions in gitignore

DricomDragon 5 years ago
parent
commit
5b85ea80a6
1 changed files with 22 additions and 0 deletions
  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~