summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-04-21 14:09:38 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-04-23 23:39:33 -0400
commit8b5339acfe381dca887b38634dcfdecae738ce7b (patch)
tree46b0037775322ce0e1c0c1ce743ac05df5c624ab
parent7aeef7ee3dbf8d8f4e4c741de021ad4eba4149aa (diff)
.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.
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index aeac63fe4d9..52f06a25d08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,7 +75,7 @@
75/etc/guix-publish.service 75/etc/guix-publish.service
76/etc/init.d/guix-daemon 76/etc/init.d/guix-daemon
77/etc/openrc/guix-daemon 77/etc/openrc/guix-daemon
78/guix-daemon 78/guix-*
79/guix/config.scm 79/guix/config.scm
80/libformat.a 80/libformat.a
81/libstore.a 81/libstore.a
@@ -129,6 +129,7 @@
129/po/packages/remove-potcdate.sin 129/po/packages/remove-potcdate.sin
130/po/packages/stamp-po 130/po/packages/stamp-po
131/pre-inst-env 131/pre-inst-env
132/release-*
132/scripts/guix 133/scripts/guix
133/test-env 134/test-env
134/test-tmp 135/test-tmp
@@ -147,7 +148,7 @@ tmp
147/doc/os-config-lightweight-desktop.texi 148/doc/os-config-lightweight-desktop.texi
148/nix/scripts/download 149/nix/scripts/download
149/.version 150/.version
150/doc/stamp-[0-9] 151/doc/stamp-*
151/gnu/packages/bootstrap 152/gnu/packages/bootstrap
152/gnu/packages/aux-files/guile-guile-launcher.o 153/gnu/packages/aux-files/guile-guile-launcher.o
153/guile 154/guile