unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47946] .gitignore: Ignore all doc/stamp-* files
@ 2021-04-22  6:48 elaexuotee--- via Guix-patches via
  2021-04-24 19:09 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: elaexuotee--- via Guix-patches via @ 2021-04-22  6:48 UTC (permalink / raw)
  To: 47946

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#47946] .gitignore: Ignore all doc/stamp-* files
  2021-04-22  6:48 [bug#47946] .gitignore: Ignore all doc/stamp-* files elaexuotee--- via Guix-patches via
@ 2021-04-24 19:09 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-04-24 19:09 UTC (permalink / raw)
  To: 47946; +Cc: 47946-done

On Thu, Apr 22, 2021 at 03:48:10PM +0900, elaexuotee--- via Guix-patches via wrote:
> 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.
> 

> 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 +-

Thanks! I filled out the commit message and pushed as
20fd0e485f22ee009c89829920861b750f794990




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-24 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  6:48 [bug#47946] .gitignore: Ignore all doc/stamp-* files elaexuotee--- via Guix-patches via
2021-04-24 19:09 ` Leo Famulari

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).