From d7046d171bf1c6cf452acf0066e97b848220f408 Mon Sep 17 00:00:00 2001 From: Jose Maria Celorio Date: Sat, 28 Dec 2002 04:48:15 +0000 Subject: [PATCH] quiet down cvs somewhat --- .cvsignore | 2 ++ python/.cvsignore | 2 ++ python/tests/.cvsignore | 2 ++ test/.cvsignore | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 python/.cvsignore create mode 100644 python/tests/.cvsignore create mode 100644 test/.cvsignore diff --git a/.cvsignore b/.cvsignore index a384418c..434a709d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -39,3 +39,5 @@ testC14N testRegexp testSchemas testThreads +testReader +autom4te.cache \ No newline at end of file diff --git a/python/.cvsignore b/python/.cvsignore new file mode 100644 index 00000000..c038ed78 --- /dev/null +++ b/python/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/python/tests/.cvsignore b/python/tests/.cvsignore new file mode 100644 index 00000000..c038ed78 --- /dev/null +++ b/python/tests/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file diff --git a/test/.cvsignore b/test/.cvsignore new file mode 100644 index 00000000..c038ed78 --- /dev/null +++ b/test/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in \ No newline at end of file