diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-28 23:27:32 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-07 20:07:54 -0700 |
commit | ab99d71c4ba97a28ee463170d10712b2de94dc50 (patch) | |
tree | e9a287fb6fe57e775943848bee8dc6f3cfbb0d28 /src/stm-flash | |
parent | 85d32468210c9989ae52bd29f883c4380af43961 (diff) |
altos: Add a bunch of .gitignore files
Ignore ao_product.h and built binaries
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-flash')
-rw-r--r-- | src/stm-flash/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm-flash/.gitignore b/src/stm-flash/.gitignore new file mode 100644 index 00000000..c046bc2a --- /dev/null +++ b/src/stm-flash/.gitignore @@ -0,0 +1,3 @@ +stm-flash*.elf +ao_product.h +altos-flash*.elf |