diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-27 10:30:59 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-27 10:30:59 -0500 |
commit | 1ee366f3b37d03df72afd78b9816d0c99796d973 (patch) | |
tree | 78a1fe2fdd59f835cafb9b6c1b349f32cc788df8 /.gitignore | |
parent | 53ba921a7f2ec0d7f676b6977c6f12b690b50f5c (diff) |
initial upload
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..9d75526 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +ChibiOS_*/ +build +.dep |