Browse Source

ignoring vim's temporary files

Martin Felis 12 năm trước cách đây
mục cha
commit
36e7d98fd7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,3 +1,4 @@
 *.so
 *.o
-/*.lua
+.*.swp
+/*.lua