diff options
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 |