diff options
author | David Phillips <david@yeah.nah.nz> | 2019-12-28 17:26:09 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2019-12-28 17:28:06 +1300 |
commit | 05f9aaab9f6f20a32eb12a2abc89efe1893dec16 (patch) | |
tree | f199f048ae547bd613070bf85b6bb09e3b324166 /.gitignore | |
download | pi-zero-jtag-05f9aaab9f6f20a32eb12a2abc89efe1893dec16.tar.xz |
Add infinite loop code and Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fa6929 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.bin +*.elf +*.swp |