Skip to content

Commit

Permalink
gitignore: ignore VS Code editor files
Browse files Browse the repository at this point in the history
Summary: VS code creates .vscode folder to keep its stuff that we really don't need in git.

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D24211

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280551 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
GorNishanov committed Sep 2, 2016
1 parent 0c194fe commit 18935b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18935b9

Please sign in to comment.