qmk-firmware/.gitignore

31 lines
331 B
Plaintext

keyboard/planck/dfu-programmer.exe
.dep
*.o
*.eep
*.elf
/*.hex
/keyboard/**/*.hex
/keyboard/**/keymaps/**/*.hex
!/keyboard/**/keymaps/**/compiled.hex
*.log
*.lss
*.lst
*.map
*.sym
*.swp
tags
*~
build/
.build/
*.bak
.vagrant/
.idea/
CMakeLists.txt
.DS_STORE
# Eclipse/PyCharm/Other IDE Settings
.cproject
.project
.settings/
.idea