diff options
author | Pete Johanson <[email protected]> | 2020-06-14 23:55:51 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-06-14 23:56:10 -0400 |
commit | 500232bb83f5eee6815b140f6ca546fef2172f3b (patch) | |
tree | e35638a25476337c42273e2ac97cf0a725c28a06 /.gitignore | |
parent | 789af69e52e2537878952cc2f35bb4512cc11ed0 (diff) | |
download | zmk-500232bb83f5eee6815b140f6ca546fef2172f3b.tar.gz zmk-500232bb83f5eee6815b140f6ca546fef2172f3b.zip |
Minor build fixes for VSCode, extra ignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fa24aba9a8..a2beb18ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ bootloader/ modules/ tools/ zephyr/ +build/ |