diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2023-10-27 07:10:26 -0500 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2023-10-27 07:10:26 -0500 |
commit | e811d778ea51ac1e25588a9cc957fca4f532ea5a (patch) | |
tree | d28999567bad4613143d016bfb6d376c22f9e3a2 /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10dd538 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.elf +build/ +build/* |