diff options
Diffstat (limited to '')
| -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 | 
