Browse Source

Merge pull request #751 from nysa/master

Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
Adam Roben 11 năm trước cách đây
mục cha
commit
43f3bb3952
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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