From 226fef1618dd9a37c050bb79a24c77396cd14c46 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 11 Oct 2020 23:31:12 +0200 Subject: Initial fw commit --- fw/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fw/.gitignore (limited to 'fw/.gitignore') diff --git a/fw/.gitignore b/fw/.gitignore new file mode 100644 index 0000000..9ba4454 --- /dev/null +++ b/fw/.gitignore @@ -0,0 +1,11 @@ +*.elf +*.o +*.expand +*.hex +*.lst +*.map +*.bin +sources.c +sources.tar.xz +sources.tar.xz.zip +.ipynb_checkpoints -- cgit