diff options
Diffstat (limited to 'cortex-m-semihosting/.gitignore')
-rw-r--r-- | cortex-m-semihosting/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cortex-m-semihosting/.gitignore b/cortex-m-semihosting/.gitignore new file mode 100644 index 0000000..c857ba8 --- /dev/null +++ b/cortex-m-semihosting/.gitignore @@ -0,0 +1,6 @@ +.#* +Cargo.lock +bin/*.after +bin/*.before +bin/*.o +target |