From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grVJY-0003yY-1v for guix-patches@gnu.org; Wed, 06 Feb 2019 17:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grVJW-00087V-W6 for guix-patches@gnu.org; Wed, 06 Feb 2019 17:05:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36982) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grVJW-00087B-LQ for guix-patches@gnu.org; Wed, 06 Feb 2019 17:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grVJW-0001G5-90 for guix-patches@gnu.org; Wed, 06 Feb 2019 17:05:02 -0500 Subject: [bug#34254] [PATCH] build: clean-go: Do not warn about *.go files in "test-tmp". Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190130050858.12859-1-ericbavier@centurylink.net> Date: Wed, 06 Feb 2019 23:04:36 +0100 In-Reply-To: <20190130050858.12859-1-ericbavier@centurylink.net> (ericbavier's message of "Tue, 29 Jan 2019 23:08:58 -0600") Message-ID: <87sgx07evf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ericbavier@centurylink.net Cc: Eric Bavier , 34254@debbugs.gnu.org ericbavier@centurylink.net skribis: > From: Eric Bavier > > * Makefile.am (clean-go): Ignore "test-tmp" directory. Neat, go for it! This had been annoying me for a while actually=E2=80=A6 Thanks, Ludo=E2=80=99.