commit | d0b709e81cd4af777f1678069437e18e489cd6b3 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Jun 16 14:54:36 2023 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Jun 16 15:36:53 2023 -0400 |
tree | 45938dc6a81d02a04536d6eba440eb1fac948b9a | |
parent | e56feb492ef70295d49b6856cd649c1bf13a86eb [diff] |
gitignore: add vscode Been using vscode for a while now for development and have accidentally added the vscode dir a few times due to global adds. Change-Id: Ib73231bc962a7917a4ee4300a28b9ebe2b0458b3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/.gitignore b/.gitignore index 6da54be..1a74594 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,3 +1,4 @@ build*/ subprojects/* !subprojects/*.wrap +.vscode/