diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2017-09-08 10:58:44 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-09-08 20:07:48 +0000 |
commit | 516bcfe904415482ac0bd356e078ca15f31897d1 (patch) | |
tree | ed642e9929c9b22014a1939059db24878318e2ac | |
parent | 01e078fff983e89f1b402988473960d322d2b4a0 (diff) |
gitignore update for IDE
Change-Id: I95096e8d507f9bcb0f808d0da0355655b474d29a
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dabb31e84b6..ba4e104aeba 100644 --- a/.gitignore +++ b/.gitignore @@ -51,7 +51,6 @@ ltmain.sh ylwrap test-driver -.cproject *.iml .bootstrap.ok .settings @@ -62,6 +61,8 @@ test-driver .DS_Store .idea/ .project +.cproject +.vscode/ # cscope and ctags /cscope.* |