guix-commits
[Top][All Lists]
Advanced

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

01/04: .gitignore: Ignore .tarball-ignore.


From: guix-commits
Subject: 01/04: .gitignore: Ignore .tarball-ignore.
Date: Wed, 5 May 2021 16:36:53 -0400 (EDT)

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

commit 214b77b5e749e2ca5891bfc87f946031cf8934e6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 5 13:37:07 2021 -0400

    .gitignore: Ignore .tarball-ignore.
    
    This file can be useful to fix a version string when experimenting with 
'make
    release'.
    
    * .gitignore: Add a pattern to ignore .tarball-version.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 52f06a2..37ba7cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -147,6 +147,7 @@ stamp-h[0-9]
 tmp
 /doc/os-config-lightweight-desktop.texi
 /nix/scripts/download
+/.tarball-version
 /.version
 /doc/stamp-*
 /gnu/packages/bootstrap



reply via email to

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