diff options
author | tominabox1 <[email protected]> | 2020-09-14 08:43:28 -0500 |
---|---|---|
committer | tominabox1 <[email protected]> | 2020-09-14 08:44:20 -0500 |
commit | 6a02a2968aaae4ce803147fc4ab1f9e2ca6b4379 (patch) | |
tree | 43ed709620a923c567f83e4785392211e19f8c09 /.gitignore | |
parent | fc167f5f5ede2049f5d7649353b456e36c9f0be3 (diff) | |
download | zmk-6a02a2968aaae4ce803147fc4ab1f9e2ca6b4379.tar.gz zmk-6a02a2968aaae4ce803147fc4ab1f9e2ca6b4379.zip |
add dstore to git ignore list
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e02cca0e4f..40e0536cf7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /tools /zephyr /build +*.DS_Store |