summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Evans <715855+mmalex@users.noreply.github.com>2023-07-25 20:56:28 +0100
committerAlex Evans <715855+mmalex@users.noreply.github.com>2023-07-25 20:56:28 +0100
commit46a14bb12136bba0b98423edd41b4139fe806325 (patch)
treebc96623a04a5c132168ea37cf10f1ba3756e94e1 /.gitignore
parent049da6bcbc4ce97169308f78684f9339fc4b7ac2 (diff)
downloadplinky-46a14bb12136bba0b98423edd41b4139fe806325.tar.gz
fix build process to use binmaker.py that calls uf2conv and also commit a built version...
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8bef224..c0e1dab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ hw/WIP_inputfix/fp-info-cache
bootloader/Release
sw/Release
bootloader/Debug
-sw/Debug \ No newline at end of file
+sw/Debug
+__pycache__/ \ No newline at end of file