diff options
author | Petri Lehtinen <petri@digip.org> | 2012-05-22 17:48:16 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-05-22 18:03:05 (GMT) |
commit | 1f50389370d9666538fea2a1d3a2e2af638cc71f (patch) | |
tree | 0f42fa5b2004832f5116192f7f6ed58af1cd37ba /.gitignore | |
parent | 979f37afd2b7ccd77f2d43e68a1d596befa58bcd (diff) | |
download | cpython-1f50389370d9666538fea2a1d3a2e2af638cc71f.zip cpython-1f50389370d9666538fea2a1d3a2e2af638cc71f.tar.gz cpython-1f50389370d9666538fea2a1d3a2e2af638cc71f.tar.bz2 |
#14472: Update .gitignore
Patch by Matej Cepl.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,13 +5,17 @@ *.pyd *.pyo *.rej +*.swp *~ +.gdb_history Doc/build/ Doc/tools/docutils/ +Doc/tools/jinja/ Doc/tools/jinja2/ Doc/tools/pygments/ Doc/tools/sphinx/ Lib/lib2to3/*.pickle +Lib/plat-mac/errors.rsrc.df.rsrc Makefile Makefile.pre Misc/python.pc @@ -30,20 +34,35 @@ PCbuild/*.ncb PCbuild/*.o PCbuild/*.pdb PCbuild/Win32-temp-* +PCbuild/amd64/ +.purify Parser/pgen Parser/pgen.stamp __pycache__ autom4te.cache build/ +buildno +config.cache +config.log +config.status +config.status.lineno +core +db_home config.log config.status libpython*.a libpython*.so* +platform pybuilddir.txt pyconfig.h python +python.exe python-gdb.py +python.exe-gdb.py +reflog.txt +.svn/ tags +TAGS .coverage coverage/ htmlcov/ |