From 9d2916cdfd3e347be035c082b4141d63a882ffa1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 11 Jul 2009 22:25:24 +0000 Subject: ignore things in Lib/test/data/ --- .bzrignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.bzrignore b/.bzrignore index 7505ac4..75db628 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 ee1bd43..8056e98 100644 --- a/.hgignore +++ b/.hgignore @@ -42,6 +42,7 @@ libpython*.a *.rej *~ Lib/lib2to3/*.pickle +Lib/test/data/* PCbuild/*.exe PCbuild/*.dll PCbuild/*.pdb -- cgit v0.12