diff options
-rw-r--r-- | addressbook/backend/.cvsignore | 6 | ||||
-rw-r--r-- | addressbook/backend/ebook/.cvsignore | 6 | ||||
-rw-r--r-- | addressbook/backend/idl/.cvsignore | 6 | ||||
-rw-r--r-- | addressbook/backend/pas/.cvsignore | 11 | ||||
-rw-r--r-- | mail/.cvsignore | 3 | ||||
-rw-r--r-- | mail/ChangeLog | 4 |
6 files changed, 35 insertions, 1 deletions
diff --git a/addressbook/backend/.cvsignore b/addressbook/backend/.cvsignore new file mode 100644 index 0000000000..09980ae6ba --- /dev/null +++ b/addressbook/backend/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.lo +*.la diff --git a/addressbook/backend/ebook/.cvsignore b/addressbook/backend/ebook/.cvsignore index 09980ae6ba..158eacf744 100644 --- a/addressbook/backend/ebook/.cvsignore +++ b/addressbook/backend/ebook/.cvsignore @@ -4,3 +4,9 @@ Makefile Makefile.in *.lo *.la +addressbook-stubs.c +addressbook-skels.c +addressbook-common.c +addressbook.h +test-card +test-client diff --git a/addressbook/backend/idl/.cvsignore b/addressbook/backend/idl/.cvsignore new file mode 100644 index 0000000000..09980ae6ba --- /dev/null +++ b/addressbook/backend/idl/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.lo +*.la diff --git a/addressbook/backend/pas/.cvsignore b/addressbook/backend/pas/.cvsignore new file mode 100644 index 0000000000..f8d620aff3 --- /dev/null +++ b/addressbook/backend/pas/.cvsignore @@ -0,0 +1,11 @@ +.deps +.libs +Makefile +Makefile.in +*.lo +*.la +addressbook-stubs.c +addressbook-skels.c +addressbook-common.c +addressbook.h +wombat diff --git a/mail/.cvsignore b/mail/.cvsignore index be56e23078..728f3debdd 100644 --- a/mail/.cvsignore +++ b/mail/.cvsignore @@ -7,4 +7,5 @@ Mail-skels.c Mail-common.c Mail.h evolution-mail -test-mail
\ No newline at end of file +test-mail +test-sources diff --git a/mail/ChangeLog b/mail/ChangeLog index 4eabbdf876..47783e4f0b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-03-22 Christopher James Lahey <clahey@helixcode.com> + + * .cvsignore: Updated .cvsignore. + 2000-03-21 Matt Loper <matt@helixcode.com> * mail-display.c: Minor cleanup & commenting. |