fix: rename .hginore to .hgignore
1 files changed, 7 insertions(+), 1 deletions(-)

M .hginore => .hgignore
M .hginore => .hgignore +7 -1
@@ 1,4 1,10 @@ 
 ^tmp/.*
 ^store/.*
 ^\._.*
-^devel/.*
  No newline at end of file
+^devel/.*
+\.log$
+~$
+^\#.*\#$
+^autom4te.cache/.*
+^build-aux/.*
+\.go$