diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 17:12:03 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 17:12:03 (GMT) |
commit | 63cf72d692452c017543a7a94447692f039cc797 (patch) | |
tree | b1aa74802f38278cb798839e4064669cd249f981 /.gitignore | |
parent | fb5ce7eea18b287679f4a8b70c2391f6e9d71833 (diff) | |
download | cpython-63cf72d692452c017543a7a94447692f039cc797.zip cpython-63cf72d692452c017543a7a94447692f039cc797.tar.gz cpython-63cf72d692452c017543a7a94447692f039cc797.tar.bz2 |
Minor improvements to the vcs ignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Two-trick pony for OSX and other case insensitive file systems: # Ignore ./python binary on Unix but still look into ./Python/ directory. /python -!/Python/** +!/Python/ *.cover *.o *.orig @@ -69,8 +69,8 @@ config.status config.status.lineno core db_home -config.log -config.status +.hg/ +ipch/ libpython*.a libpython*.so* platform @@ -93,3 +93,5 @@ htmlcov/ Tools/msi/obj Tools/ssl/amd64 Tools/ssl/win32 +.vs/ +.vscode/ |