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 7B9B93850414 for ; Sun, 20 Dec 2020 16:10:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7B9B93850414 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 (unknown [83.162.61.133]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 63CF137251C8; Sun, 20 Dec 2020 17:10:05 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 1DC18C1618; Sun, 20 Dec 2020 17:09:00 +0100 (CET) Date: Sun, 20 Dec 2020 17:09:00 +0100 From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH 1/2] Split top level .gitignore file Message-ID: <20201220160900.GB54564@wildebeest.org> References: <20201215234032.GA19917@altlinux.org> <20201215234641.GB19917@altlinux.org> <0e33ef20ac4b0ebbd4ef176d197d4931928e1916.camel@klomp.org> <20201220121119.GA26424@altlinux.org> <20201220152830.GA54564@wildebeest.org> <20201220153736.GA28383@altlinux.org> <20201220155921.GA28443@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201220155921.GA28443@altlinux.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2020 16:10:07 -0000 Hi Dmitry, On Sun, Dec 20, 2020 at 06:59:21PM +0300, Dmitry V. Levin wrote: > On Sun, Dec 20, 2020 at 06:37:36PM +0300, Dmitry V. Levin wrote: > > I'll remove it from .gitignore in the second commit then. > > Apparently, it's the only entry in backends/.gitignore, and it's really > not a good idea to have an empty backends/.gitignore file. > > I could do it in the reverse order: the first commit would update > the top level .gitignore, and the second commit would split it. Feel free to do it in either order or even simply merge the commits. I don't relly have a preference. You could also simply git rm the backends/.gitignore in the second commit. Cheers, Mark