diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-02 22:22:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-02 22:22:51 +0100 |
commit | 5630af71d72a2fa8142886ca2fb37e69a1906bca (patch) | |
tree | 8ea7cc0a6bca89ffbc5ce5f76aa79eed54f0c271 /.gitignore | |
parent | cc13a98b680087b24c1a319d10db98cd755a94d2 (diff) |
client: add a very basic Vala command line tool
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f892d0570..c15a61be48 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ systemd test-engine test-job-type systemd-logger +systemctl +systemctl.c |