Add *~ to ignore vim temp file.
@@ -1,4 +1,5 @@
.*.s[a-w][a-z]
*.un~
Session.vim
-.netrwhist
+.netrwhist
+*~