summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-06-12 20:23:15 (GMT)
committerBrett Cannon <brett@python.org>2016-06-12 20:23:15 (GMT)
commit544272aff708a71a74089b5d4982f292100a3325 (patch)
tree491dc68bfd4cd918d90522f3c34f6b317c201df4 /.hgignore
parent82029ac14cd042ab72a95d0684d7b51105fdc699 (diff)
downloadcpython-544272aff708a71a74089b5d4982f292100a3325.zip
cpython-544272aff708a71a74089b5d4982f292100a3325.tar.gz
cpython-544272aff708a71a74089b5d4982f292100a3325.tar.bz2
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 58c73fc..15279cd 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,6 +2,7 @@
.purify
.svn/
^.idea/
+^.vscode/
.DS_Store
Makefile$
Makefile.pre$