diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-03 15:02:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-03 15:02:18 +0200 |
commit | b75c1ec41abb411423218895205395e8cb191be2 (patch) | |
tree | 62abd35bd88e543a400912d9db35a456da1c72bb /.gitignore | |
parent | m + add more tools (diff) | |
download | contacts-b75c1ec41abb411423218895205395e8cb191be2.tar.gz contacts-b75c1ec41abb411423218895205395e8cb191be2.tar.bz2 contacts-b75c1ec41abb411423218895205395e8cb191be2.tar.xz |
Add photo utils
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,7 @@ /find-contact-by-name /find-contact-by-organisation /find-contact-by-pgpkey +/find-contact-by-photo /find-contact-by-site /get-contact-emails /get-contact-file @@ -22,6 +23,7 @@ /get-contact-notes /get-contact-organisations /get-contact-pgpkeys +/get-contact-photos /get-contact-sites /is-contact-ice /list-contact-groups @@ -37,4 +39,5 @@ /set-contact-notes /set-contact-organisations /set-contact-pgpkeys +/set-contact-photos /set-contact-sites |