From 4491f72afd80c59d1fc0f1e166b17372b10cdc5a Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 6 Jul 2019 11:33:47 +0900 Subject: Initial commit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ba4454 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.elf +*.o +*.expand +*.hex +*.lst +*.map +*.bin +sources.c +sources.tar.xz +sources.tar.xz.zip +.ipynb_checkpoints -- cgit