unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: elaexuotee--- via Guix-patches via <guix-patches@gnu.org>
To: 47946@debbugs.gnu.org
Subject: [bug#47946] .gitignore: Ignore all doc/stamp-* files
Date: Thu, 22 Apr 2021 15:48:10 +0900	[thread overview]
Message-ID: <2DJDVKOI89025.30YIU87FJEKXD@wilsonb.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

I'm not sure this is the correct patch, but sometimes we get files like
doc/stamp-10 which fail to be ignored by the current `doc/stamp-[0-9]' pattern.


[-- Attachment #2: 0001-.gitignore-Add-doc-stamp-0-9.patch --]
[-- Type: text/x-patch, Size: 635 bytes --]

From 6877a89b5d5912c14f6f4ab27f92076c5ae6af86 Mon Sep 17 00:00:00 2001
From: "B. Wilson" <elaexuotee@wilsonb.com>
Date: Thu, 22 Apr 2021 15:43:12 +0900
Subject: [PATCH] .gitignore: Add doc/stamp-[0-9]*
To: guix-patches@gnu.org

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fc8a859336..0c4c26d198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -146,7 +146,7 @@ tmp
 /doc/os-config-lightweight-desktop.texi
 /nix/scripts/download
 /.version
-/doc/stamp-[0-9]
+/doc/stamp-[0-9]*
 /gnu/packages/bootstrap
 /gnu/packages/aux-files/guile-guile-launcher.o
 /guile
-- 
2.31.1


             reply	other threads:[~2021-04-22  6:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22  6:48 elaexuotee--- via Guix-patches via [this message]
2021-04-24 19:09 ` [bug#47946] .gitignore: Ignore all doc/stamp-* files Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2DJDVKOI89025.30YIU87FJEKXD@wilsonb.com \
    --to=guix-patches@gnu.org \
    --cc=47946@debbugs.gnu.org \
    --cc=elaexuotee@wilsonb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).