diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-05-30 20:49:05 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-05-30 20:49:05 -0400 |
commit | 14eb7970debdafdd7e8486eced64d4b718a821a7 (patch) | |
tree | 26a5faa2d7a6b54a63f0c9a8dab5402b160b776c /.gitignore | |
parent | 08ac8285128efcaae60cd3f5ed2df0c81cc885f0 (diff) |
added project files; need to organize code
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..1746b76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +ChibiOS_* + |