diff options
author | Keith Packard <keithp@keithp.com> | 2018-09-11 12:03:27 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-13 08:23:25 -0700 |
commit | 71248c899676e0c2f3a478c63dec0d005b2458e6 (patch) | |
tree | 9a784d73d192ed1a36e66def4756293068fc5d63 /src | |
parent | 2cdb1f30c49ba460b0850d23ba9c85e0336af290 (diff) |
altos/stm32f4-disco: Add .gitignore
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm32f4-disco/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm32f4-disco/.gitignore b/src/stm32f4-disco/.gitignore new file mode 100644 index 00000000..deb5083f --- /dev/null +++ b/src/stm32f4-disco/.gitignore @@ -0,0 +1,3 @@ +stm32f4-disco-*.elf +stm32f4-disco-*.ihx +stm32f4-disco-*.map |