aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorOkke Formsma <[email protected]>2020-11-14 19:44:41 +0100
committerPete Johanson <[email protected]>2020-11-21 14:47:01 -0500
commitadfa46a9eebb502b2d6fa13ef7e405ff91a7e205 (patch)
treef51dca73f683b1ffafa595acb9fd1f725abc1042 /.gitignore
parentc067629c83651c98154bef44a23ec7e5d81be179 (diff)
downloadzmk-adfa46a9eebb502b2d6fa13ef7e405ff91a7e205.tar.gz
zmk-adfa46a9eebb502b2d6fa13ef7e405ff91a7e205.zip
add __pycache__ to gitignore now zmk contains python files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8a06510d7b..93c801d9aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/zmk-config
/build
*.DS_Store
+__pycache__ \ No newline at end of file