Explorar el Código

Merge pull request #751 from nysa/master

Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
Adam Roben hace 11 años
padre
commit
43f3bb3952
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 @@
-*.s[a-w][a-z]
+.*.s[a-w][a-z]
+.s[a-w][a-z]
 *.un~
 Session.vim
 .netrwhist