From: Steven G. Johnson Date: Thu, 26 Jul 2018 15:32:32 +0000 (-0400) Subject: ignore .vscode in git X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=71691175c16b36192dd2214b5285e46e350d9f70;p=nlopt.git ignore .vscode in git --- diff --git a/.gitignore b/.gitignore index b78a6a1..359dd00 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ build/ # MacOS .DS_Store + +# VSCode +.vscode/