From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 12 20:41:59 2022 Received: (at submit) by debbugs.gnu.org; 13 Mar 2022 01:41:59 +0000 Received: from localhost ([127.0.0.1]:41262 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTDF8-00080z-Pq for submit@debbugs.gnu.org; Sat, 12 Mar 2022 20:41:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:41170) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTDF7-00080s-Ug for submit@debbugs.gnu.org; Sat, 12 Mar 2022 20:41:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTDF7-00035B-MJ for bug-diffutils@gnu.org; Sat, 12 Mar 2022 20:41:57 -0500 Received: from joooj.vinc17.net ([155.133.131.76]:37976) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTDF5-0007dN-Q2 for bug-diffutils@gnu.org; Sat, 12 Mar 2022 20:41:57 -0500 Received: from smtp-zira.vinc17.net (128.119.75.86.rev.sfr.net [86.75.119.128]) by joooj.vinc17.net (Postfix) with ESMTPSA id 0267F29D; Sun, 13 Mar 2022 02:41:45 +0100 (CET) Received: by zira.vinc17.org (Postfix, from userid 1000) id B6872280033C; Sun, 13 Mar 2022 02:41:45 +0100 (CET) Date: Sun, 13 Mar 2022 02:41:45 +0100 From: Vincent Lefevre To: bug-diffutils@gnu.org Subject: the .gitignore file is modified Message-ID: <20220313014145.GF31771@zira.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: https://www.vinc17.net/mutt/ User-Agent: Mutt/2.2.1+12 (1ba319cf) vl-138565 (2022-03-05) Received-SPF: none client-ip=155.133.131.76; envelope-from=vincent@vinc17.net; helo=joooj.vinc17.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) The .gitignore file is modified as follows, possibly by the bootstrap script: diff --git a/.gitignore b/.gitignore index 6735488..5b1afa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/build-aux *.a *.exe *.o The .gitignore file already has "/build-aux/", so that the above change is probably incorrect. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)