diff options
author | jaseg <git@jaseg.net> | 2017-10-05 13:08:49 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2017-10-05 13:08:49 +0200 |
commit | 4445b8243c990d546c13341361fec5aa6bc1058d (patch) | |
tree | 69cbe5b6064cb667e64171209db90982b712c856 /olsndot/firmware/.gitignore | |
parent | 9383ced7fb57ebabb2ca509ca64a4ca49bca5875 (diff) | |
download | olsndot-4445b8243c990d546c13341361fec5aa6bc1058d.tar.gz olsndot-4445b8243c990d546c13341361fec5aa6bc1058d.tar.bz2 olsndot-4445b8243c990d546c13341361fec5aa6bc1058d.zip |
Add .gitignore
Diffstat (limited to 'olsndot/firmware/.gitignore')
-rw-r--r-- | olsndot/firmware/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/olsndot/firmware/.gitignore b/olsndot/firmware/.gitignore new file mode 100644 index 0000000..b33e1ea --- /dev/null +++ b/olsndot/firmware/.gitignore @@ -0,0 +1,13 @@ +*.elf +*.o +*.map +*.lst +*.hex +*.bin + +cmsis_exports.c +sources.c +sources.tar.xz +sources.tar.xz.zip + +STM32Cube |