Browse Source

Ignore extra vim files

Alec Nikolas Reiter 8 years ago
parent
commit
666c50b937
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .gitignore

+ 18 - 0
.gitignore

@@ -60,3 +60,21 @@ node_modules
 
 # Ignore plugins
 flaskbb/plugins/*
+
+# Created by https://www.gitignore.io/api/vim
+
+### Vim ###
+# swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-v][a-z]
+[._]sw[a-p]
+# session
+Session.vim
+# temporary
+.netrwhist
+*~
+# auto-generated tag files
+tags
+
+# End of https://www.gitignore.io/api/vim