From: Brett Cannon Date: Sun, 12 Jun 2016 20:23:15 +0000 (-0700) Subject: Ignore the VS Code config directory X-Git-Tag: v3.6.0a2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=544272aff708a71a74089b5d4982f292100a3325;p=thirdparty%2FPython%2Fcpython.git Ignore the VS Code config directory --- diff --git a/.gitignore b/.gitignore index c2b4fc703f7c..a946596ae699 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ htmlcov/ Tools/msi/obj Tools/ssl/amd64 Tools/ssl/win32 +.vscode/ diff --git a/.hgignore b/.hgignore index 58c73fc99e17..15279cdc8e73 100644 --- a/.hgignore +++ b/.hgignore @@ -2,6 +2,7 @@ .purify .svn/ ^.idea/ +^.vscode/ .DS_Store Makefile$ Makefile.pre$