From 63cf72d692452c017543a7a94447692f039cc797 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 5 Sep 2016 10:12:03 -0700 Subject: [PATCH] Minor improvements to the vcs ignore files --- .gitignore | 8 +++++--- .hgignore | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2b4fc703f7..d267d15c74d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/.hgignore b/.hgignore index 58c73fc99e1..cf9453a08f2 100644 --- 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/