From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uLqXHT2k815QZwAA0tVLHw (envelope-from ) for ; Wed, 24 Jun 2020 19:06:37 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kIleGT2k816NdwAAbx9fmQ (envelope-from ) for ; Wed, 24 Jun 2020 19:06:37 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DE2059408E9 for ; Wed, 24 Jun 2020 19:06:36 +0000 (UTC) Received: from localhost ([::1]:33360 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joAjB-0003bq-Vu for larch@yhetil.org; Wed, 24 Jun 2020 15:06:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34920) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joAdq-0004R0-2V for guix-patches@gnu.org; Wed, 24 Jun 2020 15:01:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55764) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1joAdp-0004j7-PM for guix-patches@gnu.org; Wed, 24 Jun 2020 15:01:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1joAdp-0002i8-OG for guix-patches@gnu.org; Wed, 24 Jun 2020 15:01:01 -0400 Subject: bug#42024: [PATCH] nix: Tweak .gitignore files. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 24 Jun 2020 19:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42024 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 42024-done@debbugs.gnu.org Mail-Followup-To: 42024@debbugs.gnu.org, mail@cbaines.net, mail@cbaines.net Received: via spool by 42024-done@debbugs.gnu.org id=D42024.159302522510362 (code D ref 42024); Wed, 24 Jun 2020 19:01:01 +0000 Received: (at 42024-done) by debbugs.gnu.org; 24 Jun 2020 19:00:25 +0000 Received: from localhost ([127.0.0.1]:39075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joAdE-0002h4-PK for submit@debbugs.gnu.org; Wed, 24 Jun 2020 15:00:25 -0400 Received: from mira.cbaines.net ([212.71.252.8]:38942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joAdC-0002gv-Gf for 42024-done@debbugs.gnu.org; Wed, 24 Jun 2020 15:00:24 -0400 Received: from localhost (unknown [46.237.174.39]) by mira.cbaines.net (Postfix) with ESMTPSA id 7E73927BBE1; Wed, 24 Jun 2020 20:00:21 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id fb20f90f; Wed, 24 Jun 2020 19:00:19 +0000 (UTC) References: <20200623172717.10275-1-mail@cbaines.net> <87h7v1zdqh.fsf@gnu.org> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <87h7v1zdqh.fsf@gnu.org> Date: Wed, 24 Jun 2020 20:00:18 +0100 Message-ID: <87h7v070hp.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: l7i+Y8d8WimC --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> Remove .gitignore entries where they match source files that are tracked= in >> Git. This is relevant to me at least, as some code searching tools use >> .gitignore files and will ignore matched files. >> >> * nix/boost/.gitignore: Delete this file. >> * nix/libutils/.gitignore: Delete this file. >> * nix/libstore/.gitignore (*.cc, *.hh): Remove entries. >> (/schema.sql.hh): New entry. > > LGTM! I don=E2=80=99t know what the rationale was. > > BTW, no need to bother with ChangeLog entries for this. Great, I've removed the ChangeLog entries and pushed this as cd43b55da7ab51c996a7a3449c78f2a493616106. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl7zosJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XfoCA/7B126voHnAf2KT/eAa0H4/bUWVIHJDxRCD+ghfDiOgwDUMllKqXQk9r2X qFdJb4oL9dFvbgXSLhkYlVThD9yrmzsNrszjpmAN4sFoJ3HY2yiUhkIm48W/ADmw wTwDPkAMgQy5D5NG1J3icolwOLMT8Ku55mmQ6qpS6De9yEQVZwphp9ANFad9BzNv Eseq8niyXME66VRvJ7wjCAxm2uIj/h5ljphx9ZE1R+IoR1BtQbXJJvkYUKHzwUzu TdZ1eh3O0OXzhvhFtWklbDri/zYbe+5B0fTEdDazu6GYmj/aLTpTicWsoy6+fznj L8TplYOXJ7xOrBkQDyH3RyLILABBqu9jCB+eONbi/+nc0DyeI6al0YQ1mx1YvluZ ZJxDjc4dKN8dBkNfu9vnhRTWJ+XjON04QClK3wOOqBNkTPU7D6PkIeMT/T+iOKxB g9AxZW62h+KkvR9EsI0+R4yJ8IKGMQRwb4HRmNO6dLrC4zzDbg7dZU71o38kSpd1 6hon7jT/5sGa2KNQqijHzKiWfRhLbRoogOwKb79bGQX8sr58+cQRD7DvxNrU0uzX 8oKAaYes4bs3448/SAsG6peGayzdkN1BPKqvkS4EkoRT/hmumTaY35Xio0taVu2C Wa6qFUpbUI0zYGLCbA9464GIS0T5XbuqxQLxgMhel/aOx9t680k= =7oP0 -----END PGP SIGNATURE----- --=-=-=--