diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-22 08:49:31 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-22 08:49:31 +0800 |
commit | fb36c0aef92e769e14a0c974c821bf815c5aa527 (patch) | |
tree | 8a820fad4484aa24e34aeed789c1fa90ee3a76c3 /libibex | |
parent | 2fd22353ba833771211aa71184ad3faf315605e3 (diff) | |
download | gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.tar gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.tar.gz gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.tar.bz2 gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.tar.lz gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.tar.xz gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.tar.zst gsoc2013-evolution-fb36c0aef92e769e14a0c974c821bf815c5aa527.zip |
+ * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.
+ * libical/src/libicalss/.cvsignore: same.
+
+ * tests/.cvsignore: Added test11.
+
+ * filter/.cvsignore: New file.
+
+ * libibex/.cvsignore: Added mkindex.
svn path=/trunk/; revision=1895
Diffstat (limited to 'libibex')
-rw-r--r-- | libibex/.cvsignore | 1 | ||||
-rw-r--r-- | libibex/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libibex/.cvsignore b/libibex/.cvsignore index 3eabae0083..9a14585748 100644 --- a/libibex/.cvsignore +++ b/libibex/.cvsignore @@ -6,3 +6,4 @@ Makefile.in *.lo *.la lookup +mkindex diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 741aa18ff6..a4a15182e2 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,7 @@ +2000-02-21 Matt Loper <matt@helixcode.com> + + * .cvsignore: Added mkindex. + 2000-02-21 NotZed <NotZed@HelixCode.com> * Makefile.am: change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static to |