diff options
author | jaseg <git@jaseg.net> | 2019-07-06 11:33:47 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-07-06 11:33:47 +0900 |
commit | 4491f72afd80c59d1fc0f1e166b17372b10cdc5a (patch) | |
tree | 703d95aa100137c05cda29e1388d3a97a4885c19 /.gitignore | |
download | moargb-4491f72afd80c59d1fc0f1e166b17372b10cdc5a.tar.gz moargb-4491f72afd80c59d1fc0f1e166b17372b10cdc5a.tar.bz2 moargb-4491f72afd80c59d1fc0f1e166b17372b10cdc5a.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
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 |