diff options
author | Victor Mignot <victor@vmignot.fr> | 2025-07-22 15:14:14 +0200 |
---|---|---|
committer | Victor Mignot <victor@vmignot.fr> | 2025-07-23 15:08:17 +0200 |
commit | f6a2143e22f577abafea5190b242471da6e34896 (patch) | |
tree | f2465b65f11a8b9d83c467d4658ffd7257e8b0e9 /.gitignore | |
download | nanji-f6a2143e22f577abafea5190b242471da6e34896.tar.gz |
cortex-m4f: bootstrap code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |