From: Benjamin Peterson Date: Sat, 11 Jul 2009 22:25:24 +0000 (+0000) Subject: ignore things in Lib/test/data/ X-Git-Tag: v2.7a1~789 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2916cdfd3e347be035c082b4141d63a882ffa1;p=thirdparty%2FPython%2Fcpython.git ignore things in Lib/test/data/ --- diff --git a/.bzrignore b/.bzrignore index 7505ac499a75..75db628e4420 100644 --- a/.bzrignore +++ b/.bzrignore @@ -28,5 +28,6 @@ Modules/Setup.config Modules/Setup.local Modules/config.c Parser/pgen +Lib/test/data/* Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle diff --git a/.hgignore b/.hgignore index ee1bd43cc5e5..8056e98126d5 100644 --- a/.hgignore +++ b/.hgignore @@ -42,6 +42,7 @@ libpython*.a *.rej *~ Lib/lib2to3/*.pickle +Lib/test/data/* PCbuild/*.exe PCbuild/*.dll PCbuild/*.pdb