[Python-checkins] cpython: Add generated python-config files to .gitignore

petri.lehtinen python-checkins at python.org
Sat Feb 23 15:37:42 CET 2013


http://hg.python.org/cpython/rev/a729917bbf55
changeset:   82342:a729917bbf55
user:        Petri Lehtinen <petri at digip.org>
date:        Sat Feb 23 15:35:42 2013 +0100
summary:
  Add generated python-config files to .gitignore

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


diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 Makefile
 Makefile.pre
 Misc/python.pc
+Misc/python-config.sh
 Modules/Setup
 Modules/Setup.config
 Modules/Setup.local
@@ -57,6 +58,8 @@
 pybuilddir.txt
 pyconfig.h
 python
+python-config
+python-config.py
 python.exe
 python-gdb.py
 python.exe-gdb.py

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


More information about the Python-checkins mailing list