diff options
-rw-r--r-- | llvm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore index 8144debabd0..ef095143192 100644 --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -60,6 +60,8 @@ tools/llgo tools/polly # Sphinx build tree, if building in-source dir. docs/_build +# VSCode config files. +.vscode #==============================================================================# # Files created in tree by the Go bindings. |