]> granicus.if.org Git - python/commitdiff
Minor improvements to the vcs ignore files
authorSteve Dower <steve.dower@microsoft.com>
Mon, 5 Sep 2016 17:12:03 +0000 (10:12 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 5 Sep 2016 17:12:03 +0000 (10:12 -0700)
.gitignore
.hgignore

index c2b4fc703f7cc415263955a4aae7ba5a849bbe68..d267d15c74db406e05ee580d1b990144b33c8b0a 100644 (file)
@@ -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/
index 58c73fc99e17236c0ea527cb68b1928c657840a6..cf9453a08f262d6e5d42f4bdbba3b4a366b28fcb 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -94,7 +94,10 @@ htmlcov/
 *.gcda
 *.gcno
 *.gcov
+ipch/
 coverage.info
 Tools/msi/obj
 Tools/ssl/amd64
 Tools/ssl/win32
+.vs/
+.vscode/