From 693f0b17bbcadec0922f8f031514ba9346ff4b56 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 22 Jul 2004 17:34:02 +0000 Subject: ignore Makefile.in, Makefile, .deps and .libs under python/ --- python/doc/.cvsignore | 2 ++ python/doc/tutorial/.cvsignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 python/doc/tutorial/.cvsignore (limited to 'python/doc') diff --git a/python/doc/.cvsignore b/python/doc/.cvsignore index 2ec816f3..c3b021b7 100644 --- a/python/doc/.cvsignore +++ b/python/doc/.cvsignore @@ -1,2 +1,4 @@ html latex +Makefile +Makefile.in diff --git a/python/doc/tutorial/.cvsignore b/python/doc/tutorial/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/python/doc/tutorial/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in -- cgit