diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-04-04 03:31:26 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-04-04 03:31:26 +0200 | 
| commit | efa7ac2eef94614ed6e8481b57b00cf25239581b (patch) | |
| tree | 94efbb77a19adf478522014f314edf5ff51a8eca /.gitignore | |
| parent | m + add chat utils (diff) | |
| download | contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.gz contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.bz2 contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.xz  | |
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 | 
1 files changed, 9 insertions, 0 deletions
@@ -9,13 +9,16 @@  *.bo  /contacts  /contacts.c +/add-contact  /find-contact-by-chat  /find-contact-by-email  /find-contact-by-name +/find-contact-by-number  /find-contact-by-organisation  /find-contact-by-pgpkey  /find-contact-by-photo  /find-contact-by-site +/get-contact-birthday  /get-contact-chats  /get-contact-emails  /get-contact-file @@ -23,17 +26,22 @@  /get-contact-groups  /get-contact-name  /get-contact-notes +/get-contact-numbers  /get-contact-organisations  /get-contact-pgpkeys  /get-contact-photos  /get-contact-sites  /is-contact-ice +/list-birthdays  /list-chat-contacts  /list-contact-groups  /list-contact-organisations  /list-contacts  /list-group-contacts  /list-organisation-contacts +/print-contact +/remove-contact +/set-contact-birthday  /set-contact-chats  /set-contact-emails  /set-contact-gender @@ -41,6 +49,7 @@  /set-contact-ice  /set-contact-name  /set-contact-notes +/set-contact-numbers  /set-contact-organisations  /set-contact-pgpkeys  /set-contact-photos  | 
