diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-06 00:28:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-06 00:28:06 +0100 |
commit | fe8ff0282779b57a27139ced6ac7b7bcc5658252 (patch) | |
tree | eff41343b9c241ebfdf98823414f762a02980a9e /.gitignore | |
parent | 2646c55b03971774cf1760694415c4b83fbb3e44 (diff) | |
download | patches-fe8ff0282779b57a27139ced6ac7b7bcc5658252.tar patches-fe8ff0282779b57a27139ced6ac7b7bcc5658252.tar.gz |
Add `guix-gc'.
* guix-gc.in, tests/guix-gc.sh: New files.
* configure.ac: Output `guix-gc', and make it executable.
* Makefile.am (bin_SCRIPTS): Add `guix-gc'.
(TESTS): Add `tests/guix-gc.sh'.
* doc/guix.texi (Features): Add xref to "Invoking guix-gc".
(Invoking guix-gc): New node.
* po/POTFILES.in: Add `guix-gc.in'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b6786d212b..0b21a03ece 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ stamp-h[0-9] /nix/scripts/list-runtime-roots /test-env /nix/nix-setuid-helper/nix-setuid-helper.cc +/guix-gc |