diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-01-12 12:29:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-01-12 12:29:35 +0100 |
commit | f078fe9b54424b6ba12a64d981607c0ead887078 (patch) | |
tree | 43ada0be1cec612c0d9549718c86bddf3de68840 /.gitignore | |
parent | 2bde0a2dc668f0a95f0060f6cf9181c69a0182d1 (diff) |
add Makefile and main.c stub (with display test code)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..975c237 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.o +*.eep +*.elf +*.hex +*.lss +*.map +*.sym |