aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--filter/.cvsignore4
-rw-r--r--filter/ChangeLog4
-rw-r--r--libibex/.cvsignore1
-rw-r--r--libibex/ChangeLog4
-rw-r--r--libical/src/libical/.cvsignore3
-rw-r--r--libical/src/libicalss/.cvsignore5
-rw-r--r--tests/.cvsignore1
8 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e304314f1..012df8290b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2000-02-21 Matt Loper <matt@helixcode.com>
+ * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.
+ * libical/src/libicalss/.cvsignore: same.
+
+ * tests/.cvsignore: Added test11.
+
* libical/Makefile.in: autogenerated file removed from cvs, and
added to .cvsignore.
* libical/src/Makefile.in: same.
diff --git a/filter/.cvsignore b/filter/.cvsignore
new file mode 100644
index 0000000000..d831fcce0e
--- /dev/null
+++ b/filter/.cvsignore
@@ -0,0 +1,4 @@
+*.la
+*.lo
+.libs
+filter-driver \ No newline at end of file
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 5319a8070a..3bc1fc7311 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-21 Matt Loper <matt@helixcode.com>
+
+ * .cvsignore: New file.
+
2000-02-18 NotZed <NotZed@HelixCode.com>
* blank/check.xpm: Added forgotten files.
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
diff --git a/libical/src/libical/.cvsignore b/libical/src/libical/.cvsignore
index d2be1e2d74..76c7941bb2 100644
--- a/libical/src/libical/.cvsignore
+++ b/libical/src/libical/.cvsignore
@@ -2,3 +2,6 @@ Makefile
.deps
icalitip.c
Makefile.in
+*.lo
+*.la
+.libs
diff --git a/libical/src/libicalss/.cvsignore b/libical/src/libicalss/.cvsignore
index e3f4e3ad82..732c1577b6 100644
--- a/libical/src/libicalss/.cvsignore
+++ b/libical/src/libicalss/.cvsignore
@@ -1,3 +1,6 @@
Makefile
.deps
-Makefile.in \ No newline at end of file
+Makefile.in
+*.lo
+*.la
+.libs \ No newline at end of file
diff --git a/tests/.cvsignore b/tests/.cvsignore
index 4eb005eb5b..a97edbf737 100644
--- a/tests/.cvsignore
+++ b/tests/.cvsignore
@@ -8,6 +8,7 @@ test7
test8
test9
test10
+test11
Makefile.in
Makefile
.deps