diff options
author | Okke Formsma <okke@formsma.nl> | 2020-11-14 19:44:41 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-21 14:47:01 -0500 |
commit | adfa46a9eebb502b2d6fa13ef7e405ff91a7e205 (patch) | |
tree | f51dca73f683b1ffafa595acb9fd1f725abc1042 /.gitignore | |
parent | c067629c83651c98154bef44a23ec7e5d81be179 (diff) |
add __pycache__ to gitignore now zmk contains python files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ /zmk-config /build *.DS_Store +__pycache__
\ No newline at end of file |