diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-05-15 22:55:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-15 22:55:24 +0200 |
commit | 25487c3fe6a41dd62f6e53f256392224a3be2a08 (patch) | |
tree | 1051a1716d962ba0a7bbbf9dc8f7b67aa2674400 /.gitignore | |
parent | 4a9597e4516ec5ca58df3e007fcd5ef1d3fd2e54 (diff) | |
parent | 46eac03e720e9b21d225e2ec1c41299c09202d18 (diff) | |
download | guix-25487c3fe6a41dd62f6e53f256392224a3be2a08.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 0c4c26d198..88fe24586d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.eps *.go *.log +*.mo *.pdf *.png *.tar.xz @@ -75,7 +76,7 @@ /etc/guix-publish.service /etc/init.d/guix-daemon /etc/openrc/guix-daemon -/guix-daemon +/guix-* /guix/config.scm /libformat.a /libstore.a @@ -93,6 +94,7 @@ /nix/config.h /nix/config.h.in /po/doc/*.mo +/po/doc/*.pot /po/guix/*.gmo /po/guix/*.insert-header /po/guix/*.mo @@ -128,6 +130,7 @@ /po/packages/remove-potcdate.sin /po/packages/stamp-po /pre-inst-env +/release-* /scripts/guix /test-env /test-tmp @@ -145,8 +148,9 @@ stamp-h[0-9] tmp /doc/os-config-lightweight-desktop.texi /nix/scripts/download +/.tarball-version /.version -/doc/stamp-[0-9]* +/doc/stamp-* /gnu/packages/bootstrap /gnu/packages/aux-files/guile-guile-launcher.o /guile |