From a14c1d84e836e82d4adc8d226dd17eaa487dc0ca Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 12 May 2002 23:54:56 +0000 Subject: [PATCH] ignore coverage files git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@728 57a73879-2fb5-44c3-a270-3262357dd7e2 --- .cvsignore | 1 + roundup/.cvsignore | 1 + roundup/backends/.cvsignore | 1 + roundup/templates/.cvsignore | 1 + roundup/templates/classic/.cvsignore | 1 + roundup/templates/classic/detectors/.cvsignore | 1 + roundup/templates/extended/.cvsignore | 1 + roundup/templates/extended/detectors/.cvsignore | 1 + test/.cvsignore | 1 + 9 files changed, 9 insertions(+) diff --git a/.cvsignore b/.cvsignore index 6b4a93d..8a37c5f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ localconfig.py build dist MANIFEST +_test_* diff --git a/roundup/.cvsignore b/roundup/.cvsignore index 0d20b64..5240659 100644 --- a/roundup/.cvsignore +++ b/roundup/.cvsignore @@ -1 +1,2 @@ *.pyc +*.cover diff --git a/roundup/backends/.cvsignore b/roundup/backends/.cvsignore index 0d20b64..5240659 100644 --- a/roundup/backends/.cvsignore +++ b/roundup/backends/.cvsignore @@ -1 +1,2 @@ *.pyc +*.cover diff --git a/roundup/templates/.cvsignore b/roundup/templates/.cvsignore index 0d20b64..5240659 100644 --- a/roundup/templates/.cvsignore +++ b/roundup/templates/.cvsignore @@ -1 +1,2 @@ *.pyc +*.cover diff --git a/roundup/templates/classic/.cvsignore b/roundup/templates/classic/.cvsignore index 5a1573a..413cd12 100644 --- a/roundup/templates/classic/.cvsignore +++ b/roundup/templates/classic/.cvsignore @@ -1,2 +1,3 @@ *.pyc htmlbase.py +*.cover diff --git a/roundup/templates/classic/detectors/.cvsignore b/roundup/templates/classic/detectors/.cvsignore index 0d20b64..5240659 100644 --- a/roundup/templates/classic/detectors/.cvsignore +++ b/roundup/templates/classic/detectors/.cvsignore @@ -1 +1,2 @@ *.pyc +*.cover diff --git a/roundup/templates/extended/.cvsignore b/roundup/templates/extended/.cvsignore index 5a1573a..413cd12 100644 --- a/roundup/templates/extended/.cvsignore +++ b/roundup/templates/extended/.cvsignore @@ -1,2 +1,3 @@ *.pyc htmlbase.py +*.cover diff --git a/roundup/templates/extended/detectors/.cvsignore b/roundup/templates/extended/detectors/.cvsignore index 0d20b64..5240659 100644 --- a/roundup/templates/extended/detectors/.cvsignore +++ b/roundup/templates/extended/detectors/.cvsignore @@ -1 +1,2 @@ *.pyc +*.cover diff --git a/test/.cvsignore b/test/.cvsignore index b0d7302..cbc9655 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -1,3 +1,4 @@ *.pyc localconfig.py db +*.cover -- 2.30.2