diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-10-24 23:10:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-10-25 00:58:37 +0200 |
commit | c52a5bf09a5eea8fa4f75f979f5349b743c73d25 (patch) | |
tree | 49bb4dee719a9fddd2cfcbada704eb9b09bbde82 /.gitignore | |
parent | 82058eff591866085633679ecfc108020dd99820 (diff) | |
download | patches-c52a5bf09a5eea8fa4f75f979f5349b743c73d25.tar patches-c52a5bf09a5eea8fa4f75f979f5349b743c73d25.tar.gz |
Add `guix-download'.
* guix-download.in: New file.
* configure.ac: Emit `guix-download' and make it executable.
* Makefile.am (bin_SCRIPTS): Add `guix-download'.
* po/POTFILES.in: Add `guix-download.in'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d4c24c209e..0298a697f4 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ config.cache /doc/stamp-vti /doc/version.texi /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz +/guix-download |