diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-05-05 19:46:46 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-05-05 19:46:46 +0800 |
commit | 1b8139c995a32f7f6843d56146c040e4f6d697ea (patch) | |
tree | 4ae805239b5afb8adb145c05e17a0ca4c13a0b90 /calendar | |
parent | aa7851f1f03b4dbcf5b464b535ae71c50536f430 (diff) | |
download | gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.tar gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.tar.gz gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.tar.bz2 gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.tar.lz gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.tar.xz gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.tar.zst gsoc2013-evolution-1b8139c995a32f7f6843d56146c040e4f6d697ea.zip |
ignore the .pure directory
* 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
svn path=/trunk/; revision=2812
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/cal-client/.cvsignore | 3 | ||||
-rw-r--r-- | calendar/gui/.cvsignore | 1 | ||||
-rw-r--r-- | calendar/pcs/.cvsignore | 1 |
3 files changed, 4 insertions, 1 deletions
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 |