From 155f8ed2404e19dde4273641335271e8d0f46aed Mon Sep 17 00:00:00 2001 From: Brent Putman Date: Fri, 30 Jun 2006 04:03:16 +0000 Subject: [PATCH] Add some things into the svn:ignore property specific to the Unix build environment. --- .gitignore | 18 ++++++++++++++++++ schemas/.gitignore | 3 +++ xmltooling/.gitignore | 6 ++++++ xmltoolingtest/.gitignore | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 schemas/.gitignore diff --git a/.gitignore b/.gitignore index f0b5094..8e8a97f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,21 @@ /*.ncb /*.suo /release +/aclocal.m4 +/autom4te.cache +/config.guess +/config.h +/config.h.in +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/Makefile +/Makefile.in +/missing +/pkginfo +/stamp-h1 +/xmltooling.spec diff --git a/schemas/.gitignore b/schemas/.gitignore new file mode 100644 index 0000000..b852246 --- /dev/null +++ b/schemas/.gitignore @@ -0,0 +1,3 @@ +/catalog.xml +/Makefile +/Makefile.in diff --git a/xmltooling/.gitignore b/xmltooling/.gitignore index 434405c..d3c1e79 100644 --- a/xmltooling/.gitignore +++ b/xmltooling/.gitignore @@ -1,3 +1,9 @@ /Debug /*.user /Release +/config_pub.h +/.deps +/.libs +/Makefile +/Makefile.in +/stamp-h2 diff --git a/xmltoolingtest/.gitignore b/xmltoolingtest/.gitignore index f2fdc61..17915a8 100644 --- a/xmltoolingtest/.gitignore +++ b/xmltoolingtest/.gitignore @@ -2,3 +2,8 @@ /*.user /*.cpp /Release +/.deps +/.libs +/Makefile +/Makefile.in +/xmltoolingtest -- 2.1.4