From 214a712c1a5baca4d373a027586c25010f0e6e1d Mon Sep 17 00:00:00 2001
From: Brendan Cully <brendan@kublai.com>
Date: Fri, 2 Mar 2007 11:09:12 -0800
Subject: [PATCH] Create .hgignore file

---
 .hgignore | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 .hgignore

diff --git a/.hgignore b/.hgignore
new file mode 100644
index 00000000..2bc5e19e
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,35 @@
+# autoconf products
+^Muttrc\.head$
+^aclocal\.m4$
+^autom4te\.cache
+^(contrib/|doc/|imap/|m4/|po/)?Makefile\.in$
+^config\.h(\.in)?$
+^config\.(log|status)$
+^configure$
+^muttbug\.sh$
+^stamp-h1$
+^doc/instdoc\.sh$
+^po/POTFILES$
+
+# built objects
+^flea$
+^keymap_defs\.h$
+^makedoc$
+^mutt$
+^mutt_dotlock(\.c)?$
+^patchlist\.c$
+^pgpewrap|pgpring$
+^reldate\.h$
+^smime_keys$
+^doc/manual\.(txt|xml)$
+^doc/mutt\.1$
+^doc/muttrc\.man$
+^doc/.*\.html$
+^doc/stamp-
+
+syntax: glob
+.deps
+Makefile
+*.swp
+*.o
+*.gmo
-- 
2.40.0