From b347bb6f1897eb70aac91193ce8acba20c87a505 Mon Sep 17 00:00:00 2001 From: David Levine Date: Fri, 27 Jan 2012 20:30:58 -0600 Subject: [PATCH] Organized .gitignore to show which objects are deleted by the various Makefile clean targets. --- .gitignore | 55 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 1c59e50..c72234e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,47 @@ -/autom4te.cache/ +# Not removed by any Makefile target: +.DS_Store + +# Removed by superclean: +/Makefile.in +/aclocal.m4 /compile -/config.h +/config.guess /config.h.in /config.h.in~ -/config.log -/config.status +/config.sub /configure +/depcomp +/install-sh +/missing +/ylwrap +/nmh-*.tar.gz + +# Removed by maintainer-clean: +/autom4te.cache/ +/sbr/dtimep.c /cscope.files /cscope.out + +# Removed by distclean: +.deps/ +.dirstamp /Makefile -/Makefile.in +/config.h +/config.log +/config.status /stamp-h1 + +# Removed by clean: +/RPM/ +a.out.DSYM/ /config/version.c -/depcomp -/docs/Makefile /etc/mhn.defaults /etc/mts.conf /etc/sendfiles -/install-sh +/man/*.[158] /man/man.sed -/missing /mts/libmts.a -/sbr/dtimep.c -/sbr/libdtimep.a -/sbr/libmh.a +/sbr/*.a /sbr/sigmsg.h /uip/ali /uip/anno @@ -75,15 +93,6 @@ /uip/whatnow /uip/whom /uip/*.exe -/nmh-*.tar.gz -/aclocal.m4 -/ylwrap + +# Removed by mostlyclean: *.o -*.1 -*.5 -*.8 -a.out.DSYM -.DS_Store -.deps -.dirstamp -RPM/ -- 1.7.10.4