Reviewers: golang-dev_googlegroups.com,
Message:
Hello golang-dev@googlegroups.com,
I'd like you to review this change to
https://code.google.com/p/go.net
Description:
go.net/hgignore: ignore vim swap files
Please review this at http://codereview.appspot.com/6493082/
Affected files:
M .hgignore
Index: .hgignore
===================================================================
--- a/.hgignore
+++ b/.hgignore
@@ -1,2 +1,3 @@
syntax:glob
last-change
+.*.sw[o-z]