summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 83f3f2da9695e81aba571b715b6ebc2444d43b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
keyboard/planck/dfu-programmer.exe
.dep
*.o
*.eep
*.elf
*.hex
*.log
*.lss
*.lst
*.map
*.sym
*.swp
tags
*~
build/
*.bak
.vagrant/
.idea/
CMakeLists.txt
.DS_STORE

# Eclipse/PyCharm/Other IDE Settings
.cproject
.project
.settings/
.idea