diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-03 02:28:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-03 02:28:44 +0200 |
commit | 49e4bd18d29d5ef9c85d106026b09d86de6ff19c (patch) | |
tree | acaad00d8d6df3a9dd6f0780fb837933b6ccddfd /.gitignore | |
download | contacts-49e4bd18d29d5ef9c85d106026b09d86de6ff19c.tar.gz contacts-49e4bd18d29d5ef9c85d106026b09d86de6ff19c.tar.bz2 contacts-49e4bd18d29d5ef9c85d106026b09d86de6ff19c.tar.xz |
First commmit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb34b0a --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +*\#* +*~ +*.o +*.a +*.so +*.so.* +*.su +*.lo +/find-contact-by-email +/find-contact-by-name +/find-contact-by-pgpkey +/find-contact-by-site +/get-contact-emails +/get-contact-file +/get-contact-gender +/get-contact-name +/get-contact-notes +/get-contact-organisations +/get-contact-pgpkeys +/get-contact-sites +/is-contact-ice +/list-contact-organisations +/list-contacts +/list-organisation-contacts +/set-contact-emails +/set-contact-gender +/set-contact-ice +/set-contact-name +/set-contact-notes +/set-contact-organisations +/set-contact-pgpkeys +/set-contact-sites |