From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Remove and ignore generated files Date: Mon, 29 Jan 2024 14:41:44 +0100 Message-ID: <87le88p887.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26325"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: guile-devel@gnu.org To: Jonas Hahnfeld Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon Jan 29 14:42:07 2024 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rURtl-0006cS-S1 for guile-devel@m.gmane-mx.org; Mon, 29 Jan 2024 14:42:05 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rURta-0007cS-6D; Mon, 29 Jan 2024 08:41:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rURtU-0007Tx-Jx for guile-devel@gnu.org; Mon, 29 Jan 2024 08:41:50 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rURtT-0001mf-Rm; Mon, 29 Jan 2024 08:41:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=v9TdVXXjkGl2lyLI/cjvc/uVyf1f0DMzkaiGkDvo0ak=; b=f9Dfma6D/PnirXInvIXh WFfnNj4iov17Bx1nFoI2Jso6Tr94HDVRogw16ZSx5hkKprj1KTLPupZuPwwh0+KhSDllpQ53Mdu/g W4uvWipgC+mlFhO8TgAFco4BrOtB6KXIhzAc6e5PsArxwYSZ4d9TXaVCa4D3pxoQA5bbma/n6tz0d WQY105imKI9cNnDp3CLBLA3PlhK9dnVVvhwL4fC9wNMn+/M1lwYwgzLyyaZ6uiHqQnD9gLF3Sw3Al /pux4mtjxy6mBfr2gwhYILrhrgWwry5X+bTckkMANAw5puSWzljKKluDVxWW+5Zu2EFAzm+q9PCNS k8BWNz9zj1krBA==; In-Reply-To: (Jonas Hahnfeld via's message of "Wed, 18 Oct 2023 22:24:16 +0200") X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?utf-8?Q?D=C3=A9cadi?= 10 =?utf-8?Q?Pluvi=C3=B4se?= an 232 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de la =?utf-8?Q?Cogn=C3=A9e?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22281 Archived-At: Hi Jonas, Jonas Hahnfeld via "Developers list for Guile, the GNU extensibility library" skribis: > running autogen.sh produces a number of generated files that are > currently not properly ignored or even checked into git. Please take a > look at the attached patches and apply if suitable. This is finally (!) applied, thanks! Ludo=E2=80=99.