diff options
author | Camil Staps | 2019-12-30 22:44:25 +0100 |
---|---|---|
committer | Camil Staps | 2019-12-30 22:44:25 +0100 |
commit | 6b2f4a6f0e87147a46de16066ff756aa4f9d9274 (patch) | |
tree | 9a40a64d22a13b5c264c93430ca28d3e07176861 /.gitignore |
Initial committests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2135d58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.elf +*.hex +*.o |