diff options
author | Chris Lahey <clahey@src.gnome.org> | 2000-03-23 11:45:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-23 11:45:27 +0800 |
commit | 58aa78c64b937828eb30550239eda4a429e66b19 (patch) | |
tree | d5d76a712b14324e705a5f65602ab5b414f2edf8 | |
parent | a8b3463f5a424f5b90249a9da554525798d21aa3 (diff) | |
download | gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.tar gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.tar.gz gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.tar.bz2 gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.tar.lz gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.tar.xz gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.tar.zst gsoc2013-evolution-58aa78c64b937828eb30550239eda4a429e66b19.zip |
Updated .cvsignore files
svn path=/trunk/; revision=2151
-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. |