From 96037891e6b5c45f2d15601b36ed00fe5404f08b Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Wed, 11 Jul 2001 00:03:16 +0000 Subject: [PATCH] Various things that are generated and should be ignored. * .cvsignore: * example/.cvsignore: * include/.cvsignore: * include/libxml/.cvsignore: Various things that are generated and should be ignored. --- .cvsignore | 8 ++++++-- ChangeLog | 8 ++++++++ example/.cvsignore | 2 ++ include/.cvsignore | 1 + include/libxml/.cvsignore | 3 +++ 5 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 include/libxml/.cvsignore diff --git a/.cvsignore b/.cvsignore index f44ec997..ba191da9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -20,8 +20,8 @@ update.log .libs *.la tester -xml-config -xmlConf.sh +xml2-config +xml2Conf.sh COPYING libxml.spec testHTML @@ -29,3 +29,7 @@ testSAX testXPath libxml-2.0.pc xmlversion.h +xmllint +testURI +testDocbook +testCatalog diff --git a/ChangeLog b/ChangeLog index f48c96dd..98906a07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-07-10 Darin Adler + + * .cvsignore: + * example/.cvsignore: + * include/.cvsignore: + * include/libxml/.cvsignore: + Various things that are generated and should be ignored. + Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard * configure.in include/libxml/xmlwin32version.h: release of 2.4.0 diff --git a/example/.cvsignore b/example/.cvsignore index 282522db..38e95f62 100644 --- a/example/.cvsignore +++ b/example/.cvsignore @@ -1,2 +1,4 @@ +.libs Makefile Makefile.in +gjobread diff --git a/include/.cvsignore b/include/.cvsignore index 70845e08..282522db 100644 --- a/include/.cvsignore +++ b/include/.cvsignore @@ -1 +1,2 @@ +Makefile Makefile.in diff --git a/include/libxml/.cvsignore b/include/libxml/.cvsignore new file mode 100644 index 00000000..c8937542 --- /dev/null +++ b/include/libxml/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +xmlversion.h