From 803059b950b16957496e81b1cd12143e33775e3e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 9 Jan 2011 00:30:09 -0800 Subject: [PATCH] * .bzrignore: Add .h files that are host-dependent. Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h, lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are host-dependent and are built as part of an ordinary 'make', and should not be checked in. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 538c2cbb73a..861c351a259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-01-09 Paul Eggert + * .bzrignore: Add .h files that are host-dependent. + Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h, + lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are + host-dependent and are built as part of an ordinary 'make', and + should not be checked in. + * lib/Makefile.in: Regenerate. * lib/COPYING: New file, a copy of COPYING. -- 2.11.4.GIT