changeset 112354:34bef019033d

Minor cleanups for 'bzr status' * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, the output of config.guess. * Makefile.in (top_distclean): Remove stamp-h1 too.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 21:23:52 -0800
parents 71904feb29f6
children 98399365dc54
files .bzrignore ChangeLog Makefile.in
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bzrignore	Mon Jan 17 20:55:12 2011 -0800
+++ b/.bzrignore	Mon Jan 17 21:23:52 2011 -0800
@@ -20,9 +20,11 @@
 core
 DOC
 DOC-*
+emacs-*/
 makefile
 Makefile
 Makefile.c
+stamp-h1
 stamp_BLD
 subdirs.el
 TAGS
--- a/ChangeLog	Mon Jan 17 20:55:12 2011 -0800
+++ b/ChangeLog	Mon Jan 17 21:23:52 2011 -0800
@@ -1,5 +1,10 @@
 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+	Minor cleanups for 'bzr status'
+	* .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
+	the output of config.guess.
+	* Makefile.in (top_distclean): Remove stamp-h1 too.
+
 	* configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
 	defined if the compiler supports GCC-style __attribute__
 	((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
--- a/Makefile.in	Mon Jan 17 20:55:12 2011 -0800
+++ b/Makefile.in	Mon Jan 17 21:23:52 2011 -0800
@@ -787,7 +787,7 @@
 ###      distribution.
 top_distclean=\
 	${top_bootclean}; \
-	rm -f config.status Makefile ${SUBDIR_MAKEFILES}
+	rm -f config.status Makefile stamp-h1 ${SUBDIR_MAKEFILES}
 distclean: FRC
 	(cd src;      $(MAKE) $(MFLAGS) distclean)
 	(cd oldXMenu; $(MAKE) $(MFLAGS) distclean)