diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-02-19 17:04:09 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-02-19 17:04:09 -0800 |
commit | a0e03fa82c999744b8b2d449784f1e14bf8dc21f (patch) | |
tree | edbb8421e1a994a25691f1cdfe488d12d0e26be6 /.gitignore | |
parent | 12f774d34c66429c59eb0564f5327d9d148e9ca7 (diff) | |
download | Model01-Firmware-a0e03fa82c999744b8b2d449784f1e14bf8dc21f.tar.gz Model01-Firmware-a0e03fa82c999744b8b2d449784f1e14bf8dc21f.zip |
snapshot sketch and infrastructure from the Kaleidoscope example
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..09b121a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +.#* +/output/ |