diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-21 16:42:06 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-21 16:42:06 -0400 |
commit | d7285a20d9bfd1335b72bfcfd09b9a723415f0da (patch) | |
tree | 963bd8f971bb3f6f7dc42d1aaad3a781bcf6fc03 /.gitignore | |
parent | 9b926b81ef1e8a4c7266494ae2a1369380e01b35 (diff) |
move firmware source into source folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ -build **/.* -gui/stmdspgui **/*.o **/*.so perf* +build +eagle/*#* +gui/stmdspgui |