diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-25 20:35:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-25 20:36:01 +0200 |
commit | ec863ba65a41e58680a3ab15841243088284e808 (patch) | |
tree | b92316794d11a99154bcd1eea32741b1f8b87fc7 /.gitignore | |
parent | f015eca2a2f4186208930cf23196967ed425e2c9 (diff) |
ask-password: add basic tty agent
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ad0f5f4e72..2a30fab7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +systemd-tty-ask-password-agent systemd-fsck systemd-quotacheck systemd-user-sessions @@ -6,7 +7,7 @@ systemd-tmpfiles systemd-readahead-collect systemd-readahead-replay systemd-reply-password -systemd-ask-password-agent +systemd-gnome-ask-password-agent systemd-ask-password systemd-kmsg-syslogd systemd-remount-api-vfs |