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) | |
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 d4c24c209e7..0298a697f43 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -45,3 +45,4 @@ config.cache | |||
| 45 | /doc/stamp-vti | 45 | /doc/stamp-vti |
| 46 | /doc/version.texi | 46 | /doc/version.texi |
| 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz | 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz |
| 48 | /guix-download | ||
