Ignore the VS Code config directory

This commit is contained in:
Brett Cannon 2016-06-12 13:23:15 -07:00
parent 82029ac14c
commit 544272aff7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -93,3 +93,4 @@ htmlcov/
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vscode/

View File

@ -2,6 +2,7 @@
.purify
.svn/
^.idea/
^.vscode/
.DS_Store
Makefile$
Makefile.pre$