aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-19 07:53:56 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-19 07:53:56 +0000
commit40c3eefb1f1bb648cc10064fc317f8c67e244d78 (patch)
treeced3d5b3af532d1ccc2b4777a3e51e5bfd9979cd
parentfollow autoconf conventions, #include cleanups (diff)
downloadw3m-40c3eefb1f1bb648cc10064fc317f8c67e244d78.tar.gz
w3m-40c3eefb1f1bb648cc10064fc317f8c67e244d78.zip
.cvsignore
exclude gctest, if_mach, if_not_there, threadlibs
-rw-r--r--ChangeLog6
-rw-r--r--gc/.cvsignore4
-rwxr-xr-xgc/gctestbin116884 -> 0 bytes
-rwxr-xr-xgc/if_machbin14615 -> 0 bytes
-rwxr-xr-xgc/if_not_therebin14617 -> 0 bytes
-rwxr-xr-xgc/threadlibsbin13531 -> 0 bytes
6 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7018358..434d8a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-19 Fumitoshi UKAI <ukai@debian.or.jp>
+
+ * gc/.cvsignore:
+ remove gctest, if_mach, if_not_there, threadlibs
+ closes: #482765 i386 binaries in gc directory
+
2001-11-17 Fumitoshi UKAI <ukai@debian.or.jp>
* configure: follow autoconf conventions
diff --git a/gc/.cvsignore b/gc/.cvsignore
new file mode 100644
index 0000000..290af1d
--- /dev/null
+++ b/gc/.cvsignore
@@ -0,0 +1,4 @@
+gctest
+if_mach
+if_not_there
+threadlibs
diff --git a/gc/gctest b/gc/gctest
deleted file mode 100755
index 616233b..0000000
--- a/gc/gctest
+++ /dev/null
Binary files differ
diff --git a/gc/if_mach b/gc/if_mach
deleted file mode 100755
index 94a6279..0000000
--- a/gc/if_mach
+++ /dev/null
Binary files differ
diff --git a/gc/if_not_there b/gc/if_not_there
deleted file mode 100755
index e424da1..0000000
--- a/gc/if_not_there
+++ /dev/null
Binary files differ
diff --git a/gc/threadlibs b/gc/threadlibs
deleted file mode 100755
index a52939f..0000000
--- a/gc/threadlibs
+++ /dev/null
Binary files differ