guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/20: .gitignore: Ignore release artifacts.


From: guix-commits
Subject: 07/20: .gitignore: Ignore release artifacts.
Date: Sun, 25 Apr 2021 08:37:53 -0400 (EDT)

civodul pushed a commit to branch version-1.3.0
in repository guix.

commit 8b5339acfe381dca887b38634dcfdecae738ce7b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 21 14:09:38 2021 -0400

    .gitignore: Ignore release artifacts.
    
    Not ignoring these in the tree leads to the next generated version 
(.version)
    being suffixed with '-dirty', which confuses things.
    
    * .gitignore [/guix-*]: New pattern.
    [/doc/stamp-[0-9]]: Adjust to ...
    [/doc/stamp-*]: ... this.
    [/release-*]: New pattern.
---
 .gitignore | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index aeac63f..52f06a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,7 +75,7 @@
 /etc/guix-publish.service
 /etc/init.d/guix-daemon
 /etc/openrc/guix-daemon
-/guix-daemon
+/guix-*
 /guix/config.scm
 /libformat.a
 /libstore.a
@@ -129,6 +129,7 @@
 /po/packages/remove-potcdate.sin
 /po/packages/stamp-po
 /pre-inst-env
+/release-*
 /scripts/guix
 /test-env
 /test-tmp
@@ -147,7 +148,7 @@ tmp
 /doc/os-config-lightweight-desktop.texi
 /nix/scripts/download
 /.version
-/doc/stamp-[0-9]
+/doc/stamp-*
 /gnu/packages/bootstrap
 /gnu/packages/aux-files/guile-guile-launcher.o
 /guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]