diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-13 15:34:22 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-13 15:34:22 -0400 |
commit | 32054b06803988cd06e3c7913454856e4fdc5906 (patch) | |
tree | 432f4996fe6dd517bc68d686a172e6deaf11b5c8 /.gitignore | |
parent | ede53457a9d37ac62221d18cbfcca459e58ced94 (diff) | |
download | bleusb-32054b06803988cd06e3c7913454856e4fdc5906.tar.gz bleusb-32054b06803988cd06e3c7913454856e4fdc5906.zip |
Move gdb_history ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ *.bin *.uf2 -.gdb_history +*/.gdb_history */target **/*.rs.bk |