From f873d7c20e9b87e13b27d0eff34c5f50358d4105 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 28 Oct 2012 11:46:51 -0400 Subject: Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so don't ignore it if it's still there. --- .hgignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.hgignore b/.hgignore index a01a178..967699c 100644 --- a/.hgignore +++ b/.hgignore @@ -47,7 +47,6 @@ libpython*.so* *.pyd *.cover *~ -Lib/_sysconfigdata.py Lib/lib2to3/*.pickle Lib/test/data/* Misc/*.wpu -- cgit v0.12