From: Kevin McCarthy Date: Sun, 3 Dec 2017 03:27:14 +0000 (-0800) Subject: Convert to .gitignore file. X-Git-Tag: mutt-1-10-rel~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56be6f0a60a78baf88e64caf14c61ea583ff927d;p=mutt Convert to .gitignore file. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ae8b2985 --- /dev/null +++ b/.gitignore @@ -0,0 +1,87 @@ +# autoconf products +/aclocal.m4 +/autom4te.cache +/compile +/Makefile.in +/contrib/Makefile.in +/doc/Makefile.in +/imap/Makefile.in +/m4/Makefile.in +/po/Makefile.in +/config.h +/config.h.in +/config.log +/config.status +/configure +/hcachever.sh +/muttbug.sh +/stamp-h1 +/doc/Muttrc +/doc/instdoc.sh +/po/POTFILES +/config.guess +/config.sub +/depcomp +/install-sh +/missing +/mkinstalldirs + +# built objects +/flea +/hcversion.h +/keymap_defs.h +/keymap_alldefs.h +/doc/makedoc +/mutt +/mutt_dotlock +/mutt_dotlock.c +/mutt_md5 +/patchlist.c +/conststrings.c +/pgpewrap +/pgpring +/reldate.h +/smime_keys +/txt2c +/stamp-doc-rc +/doc/instdoc +/doc/manual.txt +/doc/manual.xml +/doc/manual.aux +/doc/manual.log +/doc/manual.out +/doc/manual.tex +/doc/manual.pdf +/doc/mutt.1 +/doc/muttrc.man +/doc/pgpewrap.1 +/doc/pgpring.1 +/doc/*.html +/doc/stamp-* +/doc/smime_keys.1 +/po/mutt.pot + +# xcode droppings +/build/ +.xcodeproj/ + +# eclipse +/.project +/.cproject +/.settings/ + +.deps +Makefile +GPATH +GRTAGS +GTAGS +TAGS +cscope.* +*.swp +*.o +*.gmo +*.orig +*.rej +*.a +.gdb_history +*~ diff --git a/.hgignore b/.hgignore deleted file mode 100644 index a865bd94..00000000 --- a/.hgignore +++ /dev/null @@ -1,71 +0,0 @@ -# autoconf products -^aclocal\.m4$ -^autom4te\.cache -^compile$ -^(contrib/|doc/|imap/|m4/|po/)?Makefile\.in$ -^config\.h(\.in~?)?$ -^config\.(log|status)$ -^configure$ -^hcachever.sh$ -^muttbug\.sh$ -^stamp-h1$ -^doc/Muttrc$ -^doc/instdoc\.sh$ -^po/POTFILES$ -^config.guess$ -^config.sub$ -^depcomp$ -^install-sh$ -^missing$ -^mkinstalldirs$ - -# built objects -^flea$ -^hcversion\.h$ -^keymap_(all)?defs\.h$ -^doc/makedoc$ -^mutt$ -^mutt_dotlock(\.c)?$ -^mutt_md5$ -^patchlist\.c$ -^conststrings\.c$ -^pgpewrap|pgpring$ -^reldate\.h$ -^smime_keys$ -^txt2c$ -^stamp-doc-rc$ -^doc/instdoc$ -^doc/manual\.(txt|xml|aux|log|out|tex|pdf)$ -^doc/mutt\.1$ -^doc/muttrc\.man$ -^doc/pgpewrap\.1$ -^doc/pgpring\.1$ -^doc/.*\.html$ -^doc/stamp- -^doc/smime_keys\.1$ -^po/mutt\.pot$ - -# xcode droppings -^build/ -\.xcodeproj/ - -# eclipse -^\.c?project$ -^\.settings/ - -syntax: glob -.deps -Makefile -GPATH -GRTAGS -GTAGS -TAGS -cscope.* -*.swp -*.o -*.gmo -*.orig -*.rej -*.a -.gdb_history -*~