Mercurial > p > roundup > code
changeset 715:bcc72c3982ed
ignore coverage files
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 12 May 2002 23:54:56 +0000 |
| parents | 6f6cdfd412d7 |
| children | e35bb05bd858 |
| files | .cvsignore roundup/.cvsignore roundup/backends/.cvsignore roundup/templates/.cvsignore roundup/templates/classic/.cvsignore roundup/templates/classic/detectors/.cvsignore roundup/templates/extended/.cvsignore roundup/templates/extended/detectors/.cvsignore test/.cvsignore |
| diffstat | 9 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -3,3 +3,4 @@ build dist MANIFEST +_test_*
--- a/roundup/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/roundup/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -1,1 +1,2 @@ *.pyc +*.cover
--- a/roundup/backends/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/roundup/backends/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -1,1 +1,2 @@ *.pyc +*.cover
--- a/roundup/templates/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/roundup/templates/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -1,1 +1,2 @@ *.pyc +*.cover
--- a/roundup/templates/classic/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/roundup/templates/classic/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -1,2 +1,3 @@ *.pyc htmlbase.py +*.cover
--- a/roundup/templates/classic/detectors/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/roundup/templates/classic/detectors/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -1,1 +1,2 @@ *.pyc +*.cover
--- a/roundup/templates/extended/.cvsignore Sun May 12 23:53:01 2002 +0000 +++ b/roundup/templates/extended/.cvsignore Sun May 12 23:54:56 2002 +0000 @@ -1,2 +1,3 @@ *.pyc htmlbase.py +*.cover
