diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-28 09:08:06 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-28 09:08:06 +0100 |
commit | ef8cd74e3c3f0bbaa459da707666ad2d28c02771 (patch) | |
tree | c3f6a70c8506228bfcfb16cea8b6a6af26c14555 /.gitignore | |
parent | ecf2508051d65f62d82041303ada905d42682610 (diff) |
added pyinstaller stuff
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ .idea/ +cli.spec +build/ +dist/ |