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

commit 214b77b5e749e2ca5891bfc87f946031cf8934e6
Author: Maxim Cournoyer <[email protected]>
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