diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 10:12:29 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 10:12:29 -0700 |
commit | 64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058 (patch) | |
tree | 7780b9605b9fd536921c92dd5b9aa4987ee00167 /.hgignore | |
parent | Merge with 3.5 (diff) | |
parent | Minor improvements to the vcs ignore files (diff) | |
download | cpython-64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058.tar.gz cpython-64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058.tar.bz2 cpython-64c7c8638922c2d06ffe8d4dcbb1d7b7b5979058.zip |
Minor improvements to the vcs ignore files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index 15279cdc8e7..a13be7f9c22 100644 --- a/.hgignore +++ b/.hgignore @@ -95,7 +95,10 @@ htmlcov/ *.gcda *.gcno *.gcov +ipch/ coverage.info Tools/msi/obj Tools/ssl/amd64 Tools/ssl/win32 +.vs/ +.vscode/ |