From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 268CB3857C50 for ; Sun, 21 Feb 2021 14:03:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 268CB3857C50 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 081A5301BC17; Sun, 21 Feb 2021 15:03:11 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 19375C1AA5; Sun, 21 Feb 2021 15:02:00 +0100 (CET) Date: Sun, 21 Feb 2021 15:02:00 +0100 From: Mark Wielaard To: Tom Tromey Cc: dwz@sourceware.org Subject: Re: [PATCH] Add .gitignore Message-ID: <20210221140200.GB2992@wildebeest.org> References: <20210221021339.899074-1-tom@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210221021339.899074-1-tom@tromey.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2021 14:03:15 -0000 Hi Tom, On Sat, Feb 20, 2021 at 07:13:39PM -0700, Tom Tromey wrote: > This adds a basic .gitignore. I still think people shouldn't use srcdir == builddir. But I guess it is what people do and we shouldn't annoy them. So pushed. Thanks, Mark