[Python-checkins] cpython: Closes #18247: add Lib/test/data/* to .gitignore

andrew.kuchling python-checkins at python.org
Fri Jun 21 13:45:03 CEST 2013


http://hg.python.org/cpython/rev/68e1eec01113
changeset:   84235:68e1eec01113
user:        Andrew Kuchling <amk at amk.ca>
date:        Fri Jun 21 07:44:50 2013 -0400
summary:
  Closes #18247: add Lib/test/data/* to .gitignore

files:
  .gitignore |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
 Doc/tools/pygments/
 Doc/tools/sphinx/
 Lib/lib2to3/*.pickle
+Lib/test/data/*
 Lib/_sysconfigdata.py
 Lib/plat-mac/errors.rsrc.df.rsrc
 Makefile

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list