diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | art/.cvsignore | 2 | ||||
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/pcs/.cvsignore | 1 | ||||
-rw-r--r-- | po/.cvsignore | 1 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | tests/.cvsignore | 1 |
7 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-04-01 Matt Loper <matt@helixcode.com> + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: New file. + 2000-03-31 Dan Winship <danw@helixcode.com> * shell/e-shortcut.c (e_shortcut_bar_view_new, shell_icon_cb): diff --git a/art/.cvsignore b/art/.cvsignore new file mode 100644 index 0000000000..c038ed7864 --- /dev/null +++ b/art/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in
\ No newline at end of file diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 13f80df470..2319186602 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2000-04-01 Matt Loper <matt@helixcode.com> + + * pcs/.cvsignore: Added *.lo. + 2000-03-30 Seth Alves <alves@hungry.com> * Makefile.am (SUBDIRS): readded the gui directory diff --git a/calendar/pcs/.cvsignore b/calendar/pcs/.cvsignore index d176ba6089..7178965a3a 100644 --- a/calendar/pcs/.cvsignore +++ b/calendar/pcs/.cvsignore @@ -8,3 +8,4 @@ evolution-calendar.h tlacuache .libs *.la +*.lo
\ No newline at end of file diff --git a/po/.cvsignore b/po/.cvsignore index 607fa46017..3d5b22df60 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -8,4 +8,5 @@ cat-id-tbl.c gnome-objc.pot gnome.pot stamp-cat-id +evolution.pot diff --git a/po/ChangeLog b/po/ChangeLog index 2e9fd68500..48f4902c28 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2000-04-01 Matt Loper <matt@helixcode.com> + + * .cvsignore: Added evolution.pot. + 2000-03-27 Federico Mena Quintero <federico@helixcode.com> * POTFILES.in: Removed the calendar files for now. diff --git a/tests/.cvsignore b/tests/.cvsignore index a97edbf737..f038884486 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -16,4 +16,5 @@ Makefile mail1.test mail2.test test-formatter +test-movemail |