Explorar el Código

Add *~ to ignore vim temp file.

zhaojunmeng hace 12 años
padre
commit
3c54c0d7aa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Global/vim.gitignore

+ 2 - 1
Global/vim.gitignore

@@ -1,4 +1,5 @@
 .*.sw[a-z]
 *.un~
 Session.vim
-.netrwhist
+.netrwhist
+*~