It's irritating when 'hg status' tells you about irrelevant files, so
persuade it to ignore them.

dme.
# HG changeset patch
# User David Edmondson <[EMAIL PROTECTED]>
# Date 1201770929 0
# Node ID 797458a262a03ba9bb4e5c7f1e0bb4de340d0c35
# Parent  5d3dd7a910209317156aef400c7875c71a1ffcbf
Ignore emacs backup files, object files and config.h.

diff --git a/.hgignore b/.hgignore
new file mode 100644
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,5 @@
+syntax: glob
+*~
+*.o
+dwm
+config.h

Reply via email to