diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-14 23:25:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-14 23:25:59 +0200 |
commit | 7470df5ddfa092872836b7e746ba8af50998b6aa (patch) | |
tree | a80014bd2ab00b0def1cca092f083feeb49d87ff /.gitignore | |
parent | d2e2f142268e32ea2d42990cddfc7df2136741f3 (diff) | |
parent | 07254feb24d755a01c63b64c1df1bfb68ac469bf (diff) | |
download | gnu-guix-7470df5ddfa092872836b7e746ba8af50998b6aa.tar gnu-guix-7470df5ddfa092872836b7e746ba8af50998b6aa.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore index 7cc6751c7e..dacd234c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,21 +22,40 @@ config.cache /m4/nls.m4 /m4/po.m4 /m4/progtest.m4 -/po/ChangeLog -/po/Makefile.in.in -/po/Makevars.template -/po/POTFILES -/po/Rules-quot -/po/boldquot.sed -/po/en@boldquot.header -/po/en@quot.header -/po/insert-header.sin -/po/quot.sed -/po/remove-potcdate.sin -/po/stamp-po -/po/guix.pot -/po/*.mo -/po/*.gmo +/po/guix/ChangeLog +/po/guix/Makefile.in.in +/po/guix/Makevars.template +/po/guix/POTFILES +/po/guix/Rules-quot +/po/guix/boldquot.sed +/po/guix/en@boldquot.* +/po/guix/en@quot.* +/po/guix/insert-header.sin +/po/guix/*.insert-header +/po/guix/quot.sed +/po/guix/remove-potcdate.sed +/po/guix/remove-potcdate.sin +/po/guix/stamp-po +/po/guix/guix.pot +/po/guix/*.mo +/po/guix/*.gmo +/po/packages/ChangeLog +/po/packages/Makefile.in.in +/po/packages/Makevars.template +/po/packages/POTFILES +/po/packages/Rules-quot +/po/packages/boldquot.sed +/po/packages/en@boldquot.* +/po/packages/en@quot.* +/po/packages/insert-header.sin +/po/packages/*.insert-header +/po/packages/quot.sed +/po/packages/remove-potcdate.sed +/po/packages/remove-potcdate.sin +/po/packages/stamp-po +/po/packages/guix-packages.pot +/po/packages/*.mo +/po/packages/*.gmo /tests/*.trs /INSTALL /m4/* |