From 92112c34d45cf78369305405e61d7451dd78343a Mon Sep 17 00:00:00 2001 From: Brendan Cully 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 000000000..2bc5e19e9 --- /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