diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-12 20:38:28 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-12 20:39:17 -0400 |
commit | 48b18d01e3fa887b884fe6aac26b39e321eab56b (patch) | |
tree | 11a8ccbfd3247e98610ff086211580463f2a211a /.gitignore | |
parent | 304e48ae0f33f4dea5bd4f8f705531480a25eaf8 (diff) | |
download | bleusb-48b18d01e3fa887b884fe6aac26b39e321eab56b.tar.gz bleusb-48b18d01e3fa887b884fe6aac26b39e321eab56b.zip |
Ignore gdb_history
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.bin *.uf2 +.gdb_history */target **/*.rs.bk |