From cf7c0b16236343169bc98477e0fd7e04c4280a01 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Fri, 2 Mar 2007 21:17:19 -0800 Subject: [PATCH] Ignore more built files --- .hgignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 2bc5e19e..00236832 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,5 @@ # autoconf products -^Muttrc\.head$ +^Muttrc(\.head)?$ ^aclocal\.m4$ ^autom4te\.cache ^(contrib/|doc/|imap/|m4/|po/)?Makefile\.in$ @@ -21,6 +21,8 @@ ^pgpewrap|pgpring$ ^reldate\.h$ ^smime_keys$ +^stamp-doc-rc$ +^doc/instdoc$ ^doc/manual\.(txt|xml)$ ^doc/mutt\.1$ ^doc/muttrc\.man$ @@ -33,3 +35,6 @@ Makefile *.swp *.o *.gmo +*.orig +*.rej +*.a -- 2.40.0