[Python-checkins] cpython (3.3): Add Modules/_freeze_importlib to .gitignore

petri.lehtinen python-checkins at python.org
Fri Oct 26 21:44:00 CEST 2012


http://hg.python.org/cpython/rev/5843723bc747
changeset:   79948:5843723bc747
branch:      3.3
parent:      79945:2fc18ba8ca4a
user:        Petri Lehtinen <petri at digip.org>
date:        Fri Oct 26 22:40:42 2012 +0300
summary:
  Add Modules/_freeze_importlib to .gitignore

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


diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
 Modules/Setup.local
 Modules/config.c
 Modules/ld_so_aix
+Modules/_freeze_importlib
 Modules/_testembed
 PCbuild/*.bsc
 PCbuild/*.dll

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


More information about the Python-checkins mailing list