1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

gitignore: ignore VS Code editor files

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

llvm-svn: 280551
This commit is contained in:
Gor Nishanov 2016-09-02 22:54:26 +00:00
parent 4b81ffc655
commit 00903a1c04

2
.gitignore vendored
View File

@ -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.