aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a5e174
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
1.env
2.pio/
3.vscode/
4*.elf
5*.bin
6*.hex
7*.map
8*.pyc
9__pycache__/
10*.DS_Store
11*~
12*.swp
13*.swo
14*.swn
15*.o
16*.d
17*.a
18*.so
19*.log
20.test/