From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#48079: Temporary files while building after native-comp merge Date: Thu, 29 Apr 2021 08:18:31 +0000 Message-ID: References: <835z06hanw.fsf@gnu.org> <83y2d2fv6c.fsf@gnu.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37041"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , 48079@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 29 10:19:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lc1t8-0009W7-GB for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 29 Apr 2021 10:19:10 +0200 Original-Received: from localhost ([::1]:52250 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lc1t7-0004uo-Eg for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 29 Apr 2021 04:19:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47926) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc1t0-0004uT-7g for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 04:19:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43241) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lc1sz-00021M-Vp for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 04:19:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lc1sz-0004r9-QA for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 04:19:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Apr 2021 08:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48079 X-GNU-PR-Package: emacs Original-Received: via spool by 48079-submit@debbugs.gnu.org id=B48079.161968431418633 (code B ref 48079); Thu, 29 Apr 2021 08:19:01 +0000 Original-Received: (at 48079) by debbugs.gnu.org; 29 Apr 2021 08:18:34 +0000 Original-Received: from localhost ([127.0.0.1]:54787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc1sY-0004qT-K2 for submit@debbugs.gnu.org; Thu, 29 Apr 2021 04:18:34 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:60605) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc1sW-0004qK-Lp for 48079@debbugs.gnu.org; Thu, 29 Apr 2021 04:18:33 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 13T8IVEF016130 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 29 Apr 2021 08:18:31 GMT In-Reply-To: (Stefan Kangas's message of "Wed, 28 Apr 2021 16:26:30 -0500") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:205157 Archived-At: Stefan Kangas writes: > Andrea Corallo writes: > >> I'm wondering, is it a real issue not to have in .gitignore files that >> are showing up temporary? > > That depends on your definition of "real issue", I suppose. ;-) > > For me it becomes a real issue because I'm used to be working in the > magit-status buffer while compiling, and that buffer shows all > uncommitted files at the top and any changes at the bottom. It is > unsettling to have these files show up there occasionally as it makes > the changes "jump" up and down. Probably yes :) I use magit while compiling all the time and I never cared about those files temporary showing up under "Untracked files" (it can also be collabsed with tab). > But perhaps the fix is as simple as: > > diff --git a/.gitignore b/.gitignore > index fcbc9cd7f4..e27ebe36d0 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -135,6 +135,7 @@ src/gl-stamp > *.dll > *.core > *.elc > +*.elc[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z] > *.eln > *.o > *.res FWIW LGTM Andrea