diff options
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | addressbook/backend/ebook/.cvsignore | 1 | ||||
-rw-r--r-- | addressbook/contact-editor/.cvsignore | 3 | ||||
-rw-r--r-- | addressbook/gui/component/.cvsignore | 3 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/.cvsignore | 3 | ||||
-rw-r--r-- | addressbook/gui/minicard/.cvsignore | 3 | ||||
-rw-r--r-- | addressbook/printing/.cvsignore | 1 | ||||
-rw-r--r-- | calendar/cal-client/.cvsignore | 3 | ||||
-rw-r--r-- | calendar/gui/.cvsignore | 1 | ||||
-rw-r--r-- | calendar/pcs/.cvsignore | 1 | ||||
-rw-r--r-- | filter/.cvsignore | 1 | ||||
-rw-r--r-- | mail/.cvsignore | 1 | ||||
-rw-r--r-- | shell/.cvsignore | 3 | ||||
-rw-r--r-- | tests/.cvsignore | 1 | ||||
-rw-r--r-- | widgets/e-table/.cvsignore | 1 | ||||
-rw-r--r-- | widgets/e-text/.cvsignore | 1 | ||||
-rw-r--r-- | widgets/meeting-time-sel/.cvsignore | 1 | ||||
-rw-r--r-- | widgets/shortcut-bar/.cvsignore | 1 | ||||
-rw-r--r-- | widgets/table/.cvsignore | 1 | ||||
-rw-r--r-- | widgets/text/.cvsignore | 1 | ||||
-rw-r--r-- | wombat/.cvsignore | 1 |
21 files changed, 46 insertions, 6 deletions
@@ -1,3 +1,23 @@ +2000-05-05 Chris Toshok <toshok@helixcode.com> + + * addressbook/backend/ebook/.cvsignore, + addressbook/contact-editor/.cvsignore, + addressbook/gui/component/.cvsignore, + addressbook/gui/minicard/.cvsignore, + addressbook/printing/.cvsignore, + calendar/cal-client/.cvsignore, + calendar/gui/.cvsignore, + calendar/pcs/.cvsignore, + filter/.cvsignore, + mail/.cvsignore, + shell/.cvsignore, + tests/.cvsignore, + widgets/e-table/.cvsignore, + widgets/e-text/.cvsignore, + widgets/meeting-time-sel/.cvsignore, + widgets/shortcut-bar/.cvsignore, + wombat/.cvsignore: ignore the .pure directory + 2000-05-04 Dan Winship <danw@helixcode.com> * configure.in: Oops. The Kerberos check was succeeding when it diff --git a/addressbook/backend/ebook/.cvsignore b/addressbook/backend/ebook/.cvsignore index 18b47650c4..c0341fbdce 100644 --- a/addressbook/backend/ebook/.cvsignore +++ b/addressbook/backend/ebook/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/addressbook/contact-editor/.cvsignore b/addressbook/contact-editor/.cvsignore index 1771e82554..6fd0b5075c 100644 --- a/addressbook/contact-editor/.cvsignore +++ b/addressbook/contact-editor/.cvsignore @@ -1,7 +1,8 @@ .deps .libs +.pure Makefile Makefile.in *.lo *.la -contact-editor-test
\ No newline at end of file +contact-editor-test diff --git a/addressbook/gui/component/.cvsignore b/addressbook/gui/component/.cvsignore index a0427f184f..c59ca7cad6 100644 --- a/addressbook/gui/component/.cvsignore +++ b/addressbook/gui/component/.cvsignore @@ -1,8 +1,9 @@ .deps .libs +.pure Makefile Makefile.in *.lo *.la evolution-addressbook -test-addressbook
\ No newline at end of file +test-addressbook diff --git a/addressbook/gui/contact-editor/.cvsignore b/addressbook/gui/contact-editor/.cvsignore index 1771e82554..6fd0b5075c 100644 --- a/addressbook/gui/contact-editor/.cvsignore +++ b/addressbook/gui/contact-editor/.cvsignore @@ -1,7 +1,8 @@ .deps .libs +.pure Makefile Makefile.in *.lo *.la -contact-editor-test
\ No newline at end of file +contact-editor-test diff --git a/addressbook/gui/minicard/.cvsignore b/addressbook/gui/minicard/.cvsignore index 1c59f4a4ec..800a11cc3e 100644 --- a/addressbook/gui/minicard/.cvsignore +++ b/addressbook/gui/minicard/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo @@ -7,4 +8,4 @@ Makefile.in minicard-label-test minicard-test minicard-view-test -reflow-test
\ No newline at end of file +reflow-test diff --git a/addressbook/printing/.cvsignore b/addressbook/printing/.cvsignore index eeb58ea38b..96194f7fd7 100644 --- a/addressbook/printing/.cvsignore +++ b/addressbook/printing/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/calendar/cal-client/.cvsignore b/calendar/cal-client/.cvsignore index 4f2ca0d2b5..bd3fc7c91c 100644 --- a/calendar/cal-client/.cvsignore +++ b/calendar/cal-client/.cvsignore @@ -1,6 +1,7 @@ Makefile.in .deps .libs +.pure Makefile evolution-calendar-stubs.c evolution-calendar-skels.c @@ -12,4 +13,4 @@ evolution-calendar-stubs.lo cal-client.lo cal-listener.lo libcal-client.la -client-test
\ No newline at end of file +client-test diff --git a/calendar/gui/.cvsignore b/calendar/gui/.cvsignore index 0a9fac91ec..f3e2c4286f 100644 --- a/calendar/gui/.cvsignore +++ b/calendar/gui/.cvsignore @@ -3,6 +3,7 @@ Makefile .deps _libs .libs +.pure gncal evolution-calendar test-calendar-widget diff --git a/calendar/pcs/.cvsignore b/calendar/pcs/.cvsignore index 594756e164..7250bfdff6 100644 --- a/calendar/pcs/.cvsignore +++ b/calendar/pcs/.cvsignore @@ -2,6 +2,7 @@ Makefile Makefile.in .deps .libs +.pure *.la *.lo evolution-calendar-stubs.c diff --git a/filter/.cvsignore b/filter/.cvsignore index 0dfc7533af..7c13af9a14 100644 --- a/filter/.cvsignore +++ b/filter/.cvsignore @@ -2,6 +2,7 @@ *.lo .libs .deps +.pure Makefile Makefile.in filter-driver diff --git a/mail/.cvsignore b/mail/.cvsignore index 728f3debdd..e5c1d3f56c 100644 --- a/mail/.cvsignore +++ b/mail/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in Mail-stubs.c diff --git a/shell/.cvsignore b/shell/.cvsignore index 0f718dcf79..a4b6113d0f 100644 --- a/shell/.cvsignore +++ b/shell/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Shell-stubs.c Shell-skels.c Shell-common.c @@ -10,4 +11,4 @@ Makefile Evolution-stubs.c Evolution-skels.c Evolution-common.c -Evolution.h
\ No newline at end of file +Evolution.h diff --git a/tests/.cvsignore b/tests/.cvsignore index 00e075e969..1ad18182a2 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -15,6 +15,7 @@ Makefile.in Makefile .deps .libs +.pure mail1.test mail2.test test-formatter diff --git a/widgets/e-table/.cvsignore b/widgets/e-table/.cvsignore index 1ee11c15ff..1c61242460 100644 --- a/widgets/e-table/.cvsignore +++ b/widgets/e-table/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/widgets/e-text/.cvsignore b/widgets/e-text/.cvsignore index 5773c58a86..56ecb904a1 100644 --- a/widgets/e-text/.cvsignore +++ b/widgets/e-text/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/widgets/meeting-time-sel/.cvsignore b/widgets/meeting-time-sel/.cvsignore index 21ce3ebb95..50530fdf4e 100644 --- a/widgets/meeting-time-sel/.cvsignore +++ b/widgets/meeting-time-sel/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/widgets/shortcut-bar/.cvsignore b/widgets/shortcut-bar/.cvsignore index 41439d256d..d59175edcd 100644 --- a/widgets/shortcut-bar/.cvsignore +++ b/widgets/shortcut-bar/.cvsignore @@ -4,4 +4,5 @@ Makefile Makefile.in .deps .libs +.pure test-shortcut-bar diff --git a/widgets/table/.cvsignore b/widgets/table/.cvsignore index 1ee11c15ff..1c61242460 100644 --- a/widgets/table/.cvsignore +++ b/widgets/table/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/widgets/text/.cvsignore b/widgets/text/.cvsignore index 5773c58a86..56ecb904a1 100644 --- a/widgets/text/.cvsignore +++ b/widgets/text/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/wombat/.cvsignore b/wombat/.cvsignore index e321f442a5..fcd8ba4603 100644 --- a/wombat/.cvsignore +++ b/wombat/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo |