From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#48079: Temporary files while building after native-comp merge Date: Thu, 29 Apr 2021 08:14:51 +0300 Message-ID: <83wnslekok.fsf@gnu.org> References: <835z06hanw.fsf@gnu.org> <83y2d2fv6c.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35151"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akrl@sdf.org, 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 07:16: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 1lbz23-000949-H4 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 29 Apr 2021 07:16:11 +0200 Original-Received: from localhost ([::1]:40320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbz22-0007I7-KE for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 29 Apr 2021 01:16:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbz1u-0007Ft-QK for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 01:16:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43046) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbz1u-0005sY-Hw for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 01:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbz1u-00005P-Bw for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 01:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Apr 2021 05:16:02 +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.161967331332719 (code B ref 48079); Thu, 29 Apr 2021 05:16:02 +0000 Original-Received: (at 48079) by debbugs.gnu.org; 29 Apr 2021 05:15:13 +0000 Original-Received: from localhost ([127.0.0.1]:54592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbz16-0008Vf-Q2 for submit@debbugs.gnu.org; Thu, 29 Apr 2021 01:15:13 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbz13-0008VN-8I for 48079@debbugs.gnu.org; Thu, 29 Apr 2021 01:15:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35978) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbz0x-0005TO-P6; Thu, 29 Apr 2021 01:15:03 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1787 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lbz0w-0004ca-JQ; Thu, 29 Apr 2021 01:15:03 -0400 In-Reply-To: (message from Stefan Kangas on 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:205150 Archived-At: > From: Stefan Kangas > Date: Wed, 28 Apr 2021 16:26:30 -0500 > Cc: Eli Zaretskii , 48079@debbugs.gnu.org > > 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. Do you have some kind of auto-revert feature turned on? If not, how come magit-status even knows these files are created? > 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 Fine with me, if no better solution emerges.