summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-06-12 13:23:15 -0700
committerBrett Cannon <brett@python.org>2016-06-12 13:23:15 -0700
commit544272aff708a71a74089b5d4982f292100a3325 (patch)
tree491dc68bfd4cd918d90522f3c34f6b317c201df4 /.hgignore
parent82029ac14cd042ab72a95d0684d7b51105fdc699 (diff)
downloadcpython-git-544272aff708a71a74089b5d4982f292100a3325.tar.gz
Ignore the VS Code config directory
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 58c73fc99e..15279cdc8e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,6 +2,7 @@
.purify
.svn/
^.idea/
+^.vscode/
.DS_Store
Makefile$
Makefile.pre$