r348209 - NFC: Add .vscode to .gitignore
Gor Nishanov via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 3 14:51:08 PST 2018
Author: gornishanov
Date: Mon Dec 3 14:51:07 2018
New Revision: 348209
URL: http://llvm.org/viewvc/llvm-project?rev=348209&view=rev
Log:
NFC: Add .vscode to .gitignore
Modified:
cfe/trunk/.gitignore
Modified: cfe/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/.gitignore?rev=348209&r1=348208&r2=348209&view=diff
==============================================================================
--- cfe/trunk/.gitignore (original)
+++ cfe/trunk/.gitignore Mon Dec 3 14:51:07 2018
@@ -36,3 +36,8 @@ docs/_build
docs/analyzer/_build
# debug info testsuite
test/debuginfo-tests
+
+# VS2017 and VSCode config files.
+.vscode
+.vs
+
More information about the cfe-commits
mailing list