diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -7,29 +7,34 @@ *.su *.lo *.bo +/contacts +/contacts.c /find-contact-by-email /find-contact-by-name +/find-contact-by-organisation /find-contact-by-pgpkey /find-contact-by-site /get-contact-emails /get-contact-file /get-contact-gender +/get-contact-groups /get-contact-name /get-contact-notes /get-contact-organisations /get-contact-pgpkeys /get-contact-sites /is-contact-ice +/list-contact-groups /list-contact-organisations /list-contacts +/list-group-contacts /list-organisation-contacts /set-contact-emails /set-contact-gender +/set-contact-groups /set-contact-ice /set-contact-name /set-contact-notes /set-contact-organisations /set-contact-pgpkeys /set-contact-sites -/contacts -/contacts.c |