summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-11-21add __pycache__ to gitignore now zmk contains python filesOkke Formsma
2020-10-10fix: allow nested zmk-config for dev containerJoel Spadin
VS Code can't share two folders with a Docker container at the same time, so to build with -DZMK_CONFIG the zmk-config repo needs to be a subfolder of the zmk repo. Added zmk-config to .gitignore to allow this.
2020-09-14add dstore to git ignore listtominabox1
2020-06-24Fix .gitignore, add missing changes.Pete Johanson
2020-06-14Minor build fixes for VSCode, extra ignore.Pete Johanson
2020-06-14Ignore files pulled into the workspace by West.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson
2020-04-21Initial work.Pete Johanson