From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: spew@80x24.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 55F1D1F4DD for ; Mon, 9 Nov 2015 22:53:42 +0000 (UTC) From: Eric Wong To: spew@80x24.org Subject: [PATCH] update .gitignores for latest autotools + gnulib Date: Mon, 9 Nov 2015 22:53:42 +0000 Message-Id: <20151109225342.18702-1-e@80x24.org> List-Id: Tested on automake 1:1.14.1-4 on Debian jessie and gnulib commit 36d982f39b683d0266b9c6ff1e01cbfc94bd97f6 ("test-timespec: fix typo in previous change") from git://git.savannah.gnu.org/gnulib.git --- .gitignore | 2 ++ build-aux/.gitignore | 7 +++++-- m4/.gitignore | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f633ea7..8733cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,8 @@ conftest* cover_db perf.data* tags +*.trs +*~ # gnulib tests /tests diff --git a/build-aux/.gitignore b/build-aux/.gitignore index 38eb0c1..d8f3fae 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -1,7 +1,10 @@ -/git-version-gen +/ar-lib +/compile /config.guess +/config.rpath /config.sub /depcomp +/git-version-gen /install-sh /missing -/config.rpath +/test-driver diff --git a/m4/.gitignore b/m4/.gitignore index a4ce547..f433947 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -180,3 +180,4 @@ /timespec.m4 /absolute-header.m4 /gl-openssl.m4 +/ctype.m4 -- EW