projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92bbf96
)
gitignore: ignore VS Code editor files
author
Gor Nishanov
<GorNishanov@gmail.com>
Fri, 2 Sep 2016 22:54:26 +0000
(22:54 +0000)
committer
Gor Nishanov
<GorNishanov@gmail.com>
Fri, 2 Sep 2016 22:54:26 +0000
(22:54 +0000)
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
llvm/.gitignore
patch
|
blob
|
history
diff --git
a/llvm/.gitignore
b/llvm/.gitignore
index 8144debabd0d28f7e805f5f982d649d228afbd26..ef095143192d5359ba232280adfcf6a5cadef996 100644
(file)
--- 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.