summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-06-21 07:44:50 -0400
committerAndrew Kuchling <amk@amk.ca>2013-06-21 07:44:50 -0400
commit5e03e49c94f0ad14c3e0bc6329b03d91eff52b1b (patch)
tree9015922a362a5816aa584b35351757eb14c6832b /.gitignore
parent29303d4ea5d393edb930e94096bb5ae1d204e618 (diff)
downloadcpython-git-5e03e49c94f0ad14c3e0bc6329b03d91eff52b1b.tar.gz
Closes #18247: add Lib/test/data/* to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1b7e7dce08..59d383265d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
+Lib/test/data/*
Lib/_sysconfigdata.py
Lib/plat-mac/errors.rsrc.df.rsrc
Makefile