diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-04 12:01:31 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-04 12:01:31 +0800 |
commit | ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd (patch) | |
tree | 5944bd434a5859fce0295e9bdc2d73c8f8010c6e /calendar | |
parent | c6c65136bb37bd87e9d50735e1543bd296ee513d (diff) | |
download | gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.tar gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.tar.gz gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.tar.bz2 gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.tar.lz gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.tar.xz gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.tar.zst gsoc2013-evolution-ddf79d1893b6de0d11f9ecd9f945e36b113f1fbd.zip |
added some .cvsignore files
svn path=/trunk/; revision=2033
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/cal-client/.cvsignore | 15 | ||||
-rw-r--r-- | calendar/cal-util/.cvsignore | 7 | ||||
-rw-r--r-- | calendar/idl/.cvsignore | 2 | ||||
-rw-r--r-- | calendar/pcs/.cvsignore | 9 |
4 files changed, 33 insertions, 0 deletions
diff --git a/calendar/cal-client/.cvsignore b/calendar/cal-client/.cvsignore new file mode 100644 index 0000000000..4f2ca0d2b5 --- /dev/null +++ b/calendar/cal-client/.cvsignore @@ -0,0 +1,15 @@ +Makefile.in +.deps +.libs +Makefile +evolution-calendar-stubs.c +evolution-calendar-skels.c +evolution-calendar-common.c +evolution-calendar.h +evolution-calendar-common.lo +evolution-calendar-skels.lo +evolution-calendar-stubs.lo +cal-client.lo +cal-listener.lo +libcal-client.la +client-test
\ No newline at end of file diff --git a/calendar/cal-util/.cvsignore b/calendar/cal-util/.cvsignore new file mode 100644 index 0000000000..f7926345ce --- /dev/null +++ b/calendar/cal-util/.cvsignore @@ -0,0 +1,7 @@ +.libs +Makefile.in +Makefile +.deps +cal-util.lo +libcalutil.la +timeutil.lo
\ No newline at end of file diff --git a/calendar/idl/.cvsignore b/calendar/idl/.cvsignore new file mode 100644 index 0000000000..b840c21800 --- /dev/null +++ b/calendar/idl/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile
\ No newline at end of file diff --git a/calendar/pcs/.cvsignore b/calendar/pcs/.cvsignore new file mode 100644 index 0000000000..46467e3f77 --- /dev/null +++ b/calendar/pcs/.cvsignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +.deps +evolution-calendar-stubs.c +evolution-calendar-skels.c +evolution-calendar-common.c +evolution-calendar.h +tlacuache +.libs |