diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-22 19:58:52 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-22 19:58:52 +0800 |
commit | 5cae379f5d93a25058b9a2c4d5898e0bdc488d60 (patch) | |
tree | 511602cd730348c9ee0c470c01b5130663240796 /mail | |
parent | 881c6eb75265d4d414626fbb0b22acb8921d7e14 (diff) | |
download | gsoc2013-evolution-5cae379f5d93a25058b9a2c4d5898e0bdc488d60.tar.gz gsoc2013-evolution-5cae379f5d93a25058b9a2c4d5898e0bdc488d60.tar.zst gsoc2013-evolution-5cae379f5d93a25058b9a2c4d5898e0bdc488d60.zip |
Added temp profiling files.
2001-01-22 Not Zed <NotZed@Ximian.com>
* .cvsignore: Added temp profiling files.
svn path=/trunk/; revision=7706
Diffstat (limited to 'mail')
-rw-r--r-- | mail/.cvsignore | 6 | ||||
-rw-r--r-- | mail/ChangeLog | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/.cvsignore b/mail/.cvsignore index 63d45eccce..ad0e1873a0 100644 --- a/mail/.cvsignore +++ b/mail/.cvsignore @@ -11,4 +11,8 @@ evolution-mail evolution-mail.pure test-mail test-sources -test-thread
\ No newline at end of file +test-thread +*.bb +*.bbg +*.da +*.gcov diff --git a/mail/ChangeLog b/mail/ChangeLog index c4e14b3bc5..52df26a9ce 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2001-01-22 Not Zed <NotZed@Ximian.com> + * .cvsignore: Added temp profiling files. + * component-factory.c (owner_set_cb): remove a warning with conditional news compilation. |