diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 14:35:42 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 14:35:42 (GMT) |
commit | 4eb9f5000e0ee147b15fd6d1b0db3237ad3638f3 (patch) | |
tree | 896162beaa154354685799ba50ac65c360e653dd /.gitignore | |
parent | 06b16f879f87973dd22d38e882c949f033913100 (diff) | |
download | cpython-4eb9f5000e0ee147b15fd6d1b0db3237ad3638f3.zip cpython-4eb9f5000e0ee147b15fd6d1b0db3237ad3638f3.tar.gz cpython-4eb9f5000e0ee147b15fd6d1b0db3237ad3638f3.tar.bz2 |
Add generated python-config files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,7 @@ Lib/plat-mac/errors.rsrc.df.rsrc Makefile Makefile.pre Misc/python.pc +Misc/python-config.sh Modules/Setup Modules/Setup.config Modules/Setup.local @@ -57,6 +58,8 @@ platform pybuilddir.txt pyconfig.h python +python-config +python-config.py python.exe python-gdb.py python.exe-gdb.py |