Added hg config.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore Sat Apr 24 21:44:38 2010 +0300
@@ -0,0 +1,10 @@
+syntax: glob
+*.o
+*.obj
+*.exe
+*.lib
+*.a
+*.so
+*.elc
+*.pyc
+*~
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgrc Sat Apr 24 21:44:38 2010 +0300
@@ -0,0 +1,7 @@
+[defaults]
+log = -v
+incoming = -v
+outgoing = -v
+
+[extensions]
+hgext.fetch =
--- a/Makefile Sat Apr 03 11:09:46 2010 +0300
+++ b/Makefile Sat Apr 24 21:44:38 2010 +0300
@@ -12,7 +12,7 @@
host_os = windows
endif
-ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh
+ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore
.PHONY: install
install: