diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-22 19:57:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-22 19:57:29 +0800 |
commit | 881c6eb75265d4d414626fbb0b22acb8921d7e14 (patch) | |
tree | 5e7422737bd68c1191691d8f0c0614346bcd0e4e /camel/providers | |
parent | 6005b4a01a5f2676e9043c6df876fd3724f5ff47 (diff) | |
download | gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.tar gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.tar.gz gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.tar.bz2 gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.tar.lz gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.tar.xz gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.tar.zst gsoc2013-evolution-881c6eb75265d4d414626fbb0b22acb8921d7e14.zip |
Added profiling temp files.
2001-01-22 Not Zed <NotZed@Ximian.com>
* .cvsignore */*/.cvsignore: Added profiling temp
files.
svn path=/trunk/; revision=7705
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/cache/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/imap/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/local/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/nntp/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/pop3/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/sendmail/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/smtp/.cvsignore | 4 | ||||
-rw-r--r-- | camel/providers/vee/.cvsignore | 4 |
8 files changed, 32 insertions, 0 deletions
diff --git a/camel/providers/cache/.cvsignore b/camel/providers/cache/.cvsignore index fd6b811c68..3fa8afaa38 100644 --- a/camel/providers/cache/.cvsignore +++ b/camel/providers/cache/.cvsignore @@ -5,3 +5,7 @@ Makefile.in .deps *.lo *.la +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/imap/.cvsignore b/camel/providers/imap/.cvsignore index fd6b811c68..3fa8afaa38 100644 --- a/camel/providers/imap/.cvsignore +++ b/camel/providers/imap/.cvsignore @@ -5,3 +5,7 @@ Makefile.in .deps *.lo *.la +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/local/.cvsignore b/camel/providers/local/.cvsignore index fd6b811c68..3fa8afaa38 100644 --- a/camel/providers/local/.cvsignore +++ b/camel/providers/local/.cvsignore @@ -5,3 +5,7 @@ Makefile.in .deps *.lo *.la +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/nntp/.cvsignore b/camel/providers/nntp/.cvsignore index 1f5b9d35fb..2fbeab8712 100644 --- a/camel/providers/nntp/.cvsignore +++ b/camel/providers/nntp/.cvsignore @@ -6,3 +6,7 @@ Makefile.in *.lo *.la test-newsrc +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/pop3/.cvsignore b/camel/providers/pop3/.cvsignore index 7d926a5545..ddf4c8b28d 100644 --- a/camel/providers/pop3/.cvsignore +++ b/camel/providers/pop3/.cvsignore @@ -4,3 +4,7 @@ Makefile.in .deps *.lo *.la +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/sendmail/.cvsignore b/camel/providers/sendmail/.cvsignore index cacc3c5d5f..097fdedafb 100644 --- a/camel/providers/sendmail/.cvsignore +++ b/camel/providers/sendmail/.cvsignore @@ -5,3 +5,7 @@ Makefile.in *.lo *.la *.o +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/smtp/.cvsignore b/camel/providers/smtp/.cvsignore index 09980ae6ba..b948585108 100644 --- a/camel/providers/smtp/.cvsignore +++ b/camel/providers/smtp/.cvsignore @@ -4,3 +4,7 @@ Makefile Makefile.in *.lo *.la +*.bb +*.bbg +*.da +*.gcov diff --git a/camel/providers/vee/.cvsignore b/camel/providers/vee/.cvsignore index fd6b811c68..3fa8afaa38 100644 --- a/camel/providers/vee/.cvsignore +++ b/camel/providers/vee/.cvsignore @@ -5,3 +5,7 @@ Makefile.in .deps *.lo *.la +*.bb +*.bbg +*.da +*.gcov |