diff options
| author | 2026-04-26 22:19:39 -0500 | |
|---|---|---|
| committer | 2026-04-26 22:19:39 -0500 | |
| commit | cda9fb35b2da751cd0b3b22e47e94b5369432455 (patch) | |
| tree | e5e3749d5030ff501633991fcb916d5a4328bb99 /.gitignore | |
initial commit
current concerns: potential timing issues when interacting with FTDI chip
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..142bd6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.abs
+*.fit
+*.lst
+*.pla
+*.sim
+*.tt[23]
+*.io
+*.jed
+*.pin
+*.so
+*.wo
|
