diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-11 23:29:14 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-11 23:39:37 +0300 |
commit | 126dd1ec3b598a524ebaab40c0b92c14840753ec (patch) | |
tree | 7fbe41db7e993ea2188d7595dd34d4fd008cab6a | |
parent | 3c6ea25bcfafc513560c9e8a4baaf211bec2750c (diff) |
gitignore: add pycache
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ build *.txt.user *.patch +py/__pycache__ |