diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-19 07:53:56 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-19 07:53:56 +0000 |
commit | 40c3eefb1f1bb648cc10064fc317f8c67e244d78 (patch) | |
tree | ced3d5b3af532d1ccc2b4777a3e51e5bfd9979cd | |
parent | follow autoconf conventions, #include cleanups (diff) | |
download | w3m-40c3eefb1f1bb648cc10064fc317f8c67e244d78.tar.gz w3m-40c3eefb1f1bb648cc10064fc317f8c67e244d78.zip |
.cvsignore
exclude gctest, if_mach, if_not_there, threadlibs
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gc/.cvsignore | 4 | ||||
-rwxr-xr-x | gc/gctest | bin | 116884 -> 0 bytes | |||
-rwxr-xr-x | gc/if_mach | bin | 14615 -> 0 bytes | |||
-rwxr-xr-x | gc/if_not_there | bin | 14617 -> 0 bytes | |||
-rwxr-xr-x | gc/threadlibs | bin | 13531 -> 0 bytes |
6 files changed, 10 insertions, 0 deletions
@@ -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 Binary files differdeleted file mode 100755 index 616233b..0000000 --- a/gc/gctest +++ /dev/null diff --git a/gc/if_mach b/gc/if_mach Binary files differdeleted file mode 100755 index 94a6279..0000000 --- a/gc/if_mach +++ /dev/null diff --git a/gc/if_not_there b/gc/if_not_there Binary files differdeleted file mode 100755 index e424da1..0000000 --- a/gc/if_not_there +++ /dev/null diff --git a/gc/threadlibs b/gc/threadlibs Binary files differdeleted file mode 100755 index a52939f..0000000 --- a/gc/threadlibs +++ /dev/null |