mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
.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.
This commit is contained in:
parent
7aeef7ee3d
commit
8b5339acfe
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -75,7 +75,7 @@
|
||||||
/etc/guix-publish.service
|
/etc/guix-publish.service
|
||||||
/etc/init.d/guix-daemon
|
/etc/init.d/guix-daemon
|
||||||
/etc/openrc/guix-daemon
|
/etc/openrc/guix-daemon
|
||||||
/guix-daemon
|
/guix-*
|
||||||
/guix/config.scm
|
/guix/config.scm
|
||||||
/libformat.a
|
/libformat.a
|
||||||
/libstore.a
|
/libstore.a
|
||||||
|
@ -129,6 +129,7 @@
|
||||||
/po/packages/remove-potcdate.sin
|
/po/packages/remove-potcdate.sin
|
||||||
/po/packages/stamp-po
|
/po/packages/stamp-po
|
||||||
/pre-inst-env
|
/pre-inst-env
|
||||||
|
/release-*
|
||||||
/scripts/guix
|
/scripts/guix
|
||||||
/test-env
|
/test-env
|
||||||
/test-tmp
|
/test-tmp
|
||||||
|
@ -147,7 +148,7 @@ tmp
|
||||||
/doc/os-config-lightweight-desktop.texi
|
/doc/os-config-lightweight-desktop.texi
|
||||||
/nix/scripts/download
|
/nix/scripts/download
|
||||||
/.version
|
/.version
|
||||||
/doc/stamp-[0-9]
|
/doc/stamp-*
|
||||||
/gnu/packages/bootstrap
|
/gnu/packages/bootstrap
|
||||||
/gnu/packages/aux-files/guile-guile-launcher.o
|
/gnu/packages/aux-files/guile-guile-launcher.o
|
||||||
/guile
|
/guile
|
||||||
|
|
Loading…
Reference in a new issue