From: Ezio Melotti Date: Sat, 25 Jun 2011 17:10:39 +0000 (+0300) Subject: Backed out changeset ef306bd1d122 X-Git-Tag: v3.3.0a1~2046 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5778671073b53be1d009271664c57208968a08ee;p=thirdparty%2FPython%2Fcpython.git Backed out changeset ef306bd1d122 --- diff --git a/.bzrignore b/.bzrignore index 15fa1e88cf5c..e893a7dfcfc0 100644 --- a/.bzrignore +++ b/.bzrignore @@ -40,6 +40,3 @@ __pycache__ .coverage coverage/* htmlcov/* -.coverage -coverage/* -htmlcov/* diff --git a/.gitignore b/.gitignore index dafc9a9a27d7..63f4314e054e 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,3 @@ tags .coverage coverage/ htmlcov/ -.coverage -coverage/ -htmlcov/ diff --git a/.hgignore b/.hgignore index efb013e74b9d..6a2615b94b2d 100644 --- a/.hgignore +++ b/.hgignore @@ -73,6 +73,3 @@ Modules/_testembed .coverage coverage/ htmlcov/ -.coverage -coverage/ -htmlcov/