diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 17:12:29 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 17:12:29 (GMT) |
commit | 64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058 (patch) | |
tree | 7780b9605b9fd536921c92dd5b9aa4987ee00167 | |
parent | 4847f3194d3a8a58913d94b67f9de09ac765a8d9 (diff) | |
parent | 63cf72d692452c017543a7a94447692f039cc797 (diff) | |
download | cpython-64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058.zip cpython-64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058.tar.gz cpython-64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058.tar.bz2 |
Minor improvements to the vcs ignore files
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | .hgignore | 3 |
2 files changed, 7 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,4 +93,5 @@ htmlcov/ Tools/msi/obj Tools/ssl/amd64 Tools/ssl/win32 +.vs/ .vscode/ @@ -95,7 +95,10 @@ htmlcov/ *.gcda *.gcno *.gcov +ipch/ coverage.info Tools/msi/obj Tools/ssl/amd64 Tools/ssl/win32 +.vs/ +.vscode/ |