From: Brendan Cully Date: Fri, 2 Mar 2007 19:09:12 +0000 (-0800) Subject: Create .hgignore file X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92112c34d45cf78369305405e61d7451dd78343a;p=neomutt Create .hgignore file --- 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