diff options
author | Greg Stein <gstein@apache.org> | 2000-07-01 16:01:37 +0200 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-07-01 16:01:37 +0200 |
commit | ab8e7c28278e72c9a78ea7076541917f5593fe7a (patch) | |
tree | 922bf571c3f2008bd41885fbe66937460b44fbdb | |
parent | autoconf gives us WORDS_BIGENDIAN. a bit more of our magic for whether we (diff) | |
download | apache2-ab8e7c28278e72c9a78ea7076541917f5593fe7a.tar.xz apache2-ab8e7c28278e72c9a78ea7076541917f5593fe7a.zip |
add some basic infrastructure to sdbm. update expat-lite's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85741 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | srclib/expat-lite/.cvsignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/srclib/expat-lite/.cvsignore b/srclib/expat-lite/.cvsignore index f3c7a7c5da..e169ece3e0 100644 --- a/srclib/expat-lite/.cvsignore +++ b/srclib/expat-lite/.cvsignore @@ -1 +1,9 @@ +.deps +.libs +*.la Makefile +*.lo +*.slo +*.so +*.dll +*.def |