From unknown Sat Sep 20 13:00:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26774: gitignore: Add emacs created files Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 May 2017 10:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 26774@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1493893543371 (code B ref -1); Thu, 04 May 2017 10:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 May 2017 10:25:43 +0000 Received: from localhost ([127.0.0.1]:53599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6Dx8-00005u-SY for submit@debbugs.gnu.org; Thu, 04 May 2017 06:25:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6Dx7-00005h-4A for submit@debbugs.gnu.org; Thu, 04 May 2017 06:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6Dx1-0006bz-3H for submit@debbugs.gnu.org; Thu, 04 May 2017 06:25:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39915) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6Dx0-0006bX-Vg for submit@debbugs.gnu.org; Thu, 04 May 2017 06:25:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6Dwz-0007t6-Ia for guix-patches@gnu.org; Thu, 04 May 2017 06:25:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6Dww-0006VV-Ay for guix-patches@gnu.org; Thu, 04 May 2017 06:25:33 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:58676 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6Dwv-0006Tm-VW for guix-patches@gnu.org; Thu, 04 May 2017 06:25:30 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 10257248 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 4 May 2017 10:25:18 +0000 (UTC) Date: Thu, 4 May 2017 10:25:26 +0000 From: ng0 Message-ID: <20170504102526.mhaocregqxmyzpe5@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2tfq3keqlcm23olw" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) --2tfq3keqlcm23olw Content-Type: text/plain; charset=utf-8 Content-Disposition: inline As a proposal for inclusion, this ignores files with the name scheme #*#, like they are created by emacs in place when you have set no global folder for such files. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --2tfq3keqlcm23olw Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-.gitignore-Add-to-ignored-files.patch" Content-Transfer-Encoding: quoted-printable =46rom 4b3d9eb4e4ca471e6a826994ad73ce378e5051ac Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 3 May 2017 23:36:17 +0000 Subject: [PATCH 2/2] .gitignore: Add '#*#' to ignored files. * .gitignore: Add entry for the above file which is created by editors. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1fc22d7e9..f9dda0f99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +\#*\# *.eps *.go *.log --=20 2.12.2 --2tfq3keqlcm23olw-- From unknown Sat Sep 20 13:00:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26774: gitignore: Add emacs created files Resent-From: Alex Kost Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 13 May 2017 09:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26774 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 26774@debbugs.gnu.org Cc: ng0 X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149466702820664 (code B ref -1); Sat, 13 May 2017 09:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 May 2017 09:17:08 +0000 Received: from localhost ([127.0.0.1]:41761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9TAh-0005NE-Qr for submit@debbugs.gnu.org; Sat, 13 May 2017 05:17:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9TAg-0005Mi-7K for submit@debbugs.gnu.org; Sat, 13 May 2017 05:17:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9TAa-0006Ta-2h for submit@debbugs.gnu.org; Sat, 13 May 2017 05:17:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d9TAZ-0006TJ-Uw for submit@debbugs.gnu.org; Sat, 13 May 2017 05:16:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9TAY-0002Gr-PM for guix-patches@gnu.org; Sat, 13 May 2017 05:16:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9TAV-0006Qe-H8 for guix-patches@gnu.org; Sat, 13 May 2017 05:16:58 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:36755) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9TAV-0006PF-8B for guix-patches@gnu.org; Sat, 13 May 2017 05:16:55 -0400 Received: by mail-lf0-x244.google.com with SMTP id h4so1768383lfj.3 for ; Sat, 13 May 2017 02:16:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=w1NpLc/pcrN1iVpdWGAn91JcCNdVHH9bVK+D8erWfp4=; b=YmSHxGJvLtCKO9L43UMSM8eceSIJeBeiZFGnbelVNG1YdqOPZ7viatc7O+zJUAbWDH NIEEI7Twty3yNmwGF6QZ4tvtk68n5Np722xOkvxxVF97jEyrlBT+zKnvU+375HSw9kv7 Gzs+CkRQ1aVhbK94sJe2fWZSkt28zUWhEXpXF96txqZUrxvsMq4QdR9M8KSVehM8CaUi hY7eDGE3KPmPlS+vkSrT1xt3cNwdeCqXKd4A3ol5tktLgEv3byi559FNibyUCqN75rpn D5Fe+us3DO9hBEGjy6Bh4Z4z7WXhhOX3n/P9MqgivGHkEXsGWqikWO3rxTBdUPKJKSNC VZxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=w1NpLc/pcrN1iVpdWGAn91JcCNdVHH9bVK+D8erWfp4=; b=PasTR3Fgisv8Zc9UgKX3UeUJGR69A9s6QtBjbaGbMi2Y+DKT3r3NwnKelyw3zEasoL nScaLfmkcZj4LwhlOIKWtohVopCzp3RVVr6skQXyFGAGxcc0HsxSTOpxuROjXsrMW8cQ xGqRiLU2Qv+w1dgg6XHkmVPm6bk5+VK2gtAdqe/GyWNe2wFXRRlD8Y4NjAPjKPv3O+uY pAzmR1HervI4VwXCDWaWAM1w6S3pFRM19931XTpv3v17+Z3Lspb+TqTK8BcIzmF0kAGK 1YuB6jlXxM85OXz3yLDBeno+kD1ZTcZAJAR1yNjgtg/ItqwH8L2p7P44POQNPaeqZRdr cLDQ== X-Gm-Message-State: AODbwcCMEKo0kH7s0tRoSWlb4Aqx6wEbEDISX/HBw3mFm42TinlPFdFN ZO5rFoQ3LfGStejj X-Received: by 10.46.5.82 with SMTP id 79mr3131964ljf.95.1494667012301; Sat, 13 May 2017 02:16:52 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id r190sm992643lfr.8.2017.05.13.02.16.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 13 May 2017 02:16:51 -0700 (PDT) From: Alex Kost References: <20170504102526.mhaocregqxmyzpe5@abyayala> Date: Sat, 13 May 2017 12:16:52 +0300 In-Reply-To: <20170504102526.mhaocregqxmyzpe5@abyayala> (ng0@pragmatique.xyz's message of "Thu, 4 May 2017 10:25:26 +0000") Message-ID: <87mvahxgjf.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) 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: -4.0 (----) ng0 (2017-05-04 10:25 +0000) wrote: > As a proposal for inclusion, this ignores files with the name > scheme #*#, like they are created by emacs in place when you > have set no global folder for such files. > From 4b3d9eb4e4ca471e6a826994ad73ce378e5051ac Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 3 May 2017 23:36:17 +0000 > Subject: [PATCH 2/2] .gitignore: Add '#*#' to ignored files. Committed=C2=B9, thanks! I have also added ".#*" line for the auto-save files made by Emacs. The same is done in Emacs itself: http://git.savannah.gnu.org/cgit/emacs.git/tree/.gitignore#n248 =C2=B9 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D498abb3ed1d7d= cda3ffac15832eb1e25d08e9162 --=20 Alex From debbugs-submit-bounces@debbugs.gnu.org Sat May 13 05:17:36 2017 Received: (at control) by debbugs.gnu.org; 13 May 2017 09:17:36 +0000 Received: from localhost ([127.0.0.1]:41764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9TBA-0005Nv-38 for submit@debbugs.gnu.org; Sat, 13 May 2017 05:17:36 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9TB8-0005Ng-J0 for control@debbugs.gnu.org; Sat, 13 May 2017 05:17:34 -0400 Received: by mail-lf0-f65.google.com with SMTP id q24so1768043lfb.1 for ; Sat, 13 May 2017 02:17:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:message-id:to:from:subject; bh=WfPzcNd/PeJw13bzJW2eiQiZk/jBohpCLeYi4xty/0Y=; b=Qt6ahrVKDtmEFbtTETNdaXKxU4WytXeSLNpqJyW9Z5reeu+2SLvHsdh04E6rIO8vqz PzishoJdPRp5+DAM9JdGYuPJAsfEyvzkSQcLp4ZsuifRLusSulX9VTPQKWI4ivUCfQjy KN3rrWb35tgXn6fLOTs1umr7OsoUTXpW/32mjTBc6xjRF5+JhAr3P52iGK78e691Vo6e 8YLKwfXcyQLRyzZDjcoCYF1HjcLtpsJJnEp69bqqPkAVEfKZ3AzuJyB8EVfhPNRFfpIN +PKTlFO+85ZoAlPEpcSYNuTNdhR0m/MVMTJHGgpK/Q3+LB/HEMuCUebWY1vBBYyxlH26 ANvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:to:from:subject; bh=WfPzcNd/PeJw13bzJW2eiQiZk/jBohpCLeYi4xty/0Y=; b=R4KrrekwXuxAGMqqlmCUgP7VUu1ghDaK9isuO8/KIPCXJo3cWo9B/udSovBV28AsUN FRtJfhuure6LLT20guuWwI2gIG+UVuHv+HdAFdz8FntliSAY0WABKNUQxmS0Z5dm+zeE gye8xXUcKfV6e/YOZ4PEEjVeVgC7Lf21VGuiIYtcUeaOFd9yQLjjBF7Ph1VZfC1R4OqJ SbithTWGB20PNj6wYMsd+hRinFBxAc8537Y5uw0n+Ej/dGLbS0+2NxwcIi0bZ6VVHIF5 CxeU+4mqqVSGFfhl26g6AXQ5rZeONcgl8UN9GUGshLHr8gtGGAfxXt2CxCAbyUHVA0xR YrjQ== X-Gm-Message-State: AODbwcBIk5wR7mCJ3OCDSxl+D7RdTpo+/+P8Tj9Z+zFXsxjHUC5grjP3 k8T6yke9bce3Whsz X-Received: by 10.25.235.18 with SMTP id j18mr3112006lfh.151.1494667048557; Sat, 13 May 2017 02:17:28 -0700 (PDT) Received: from leviafan ([217.107.194.130]) by smtp.gmail.com with ESMTPSA id h76sm657214lji.10.2017.05.13.02.17.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 13 May 2017 02:17:28 -0700 (PDT) Date: Sat, 13 May 2017 12:17:29 +0300 Message-Id: <87lgq1xgie.fsf@gmail.com> To: control@debbugs.gnu.org From: Alex Kost Subject: control message for bug #26774 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control 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: 0.5 (/) tags 26774 fixed close 26774