summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-06-09 18:15:45 -0600
committerHombreLaser <buran@silosneeded.com>2024-06-09 18:15:45 -0600
commit9c2645b0a3887358a8fc442ca7cd2d6a1f3d7f79 (patch)
tree3ffd0ca932b061305960d9c58358e05f604bb745
parentbde41d21a753c928341c7f78ba8f9df96b28aab9 (diff)
Add gitignore
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..abfd353
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*~
+build/
+compile_commands.json
+libs/Pico-I2C-LCD/
+libs/pico-keypad \ No newline at end of file