diff options
| author | tassaron | 2017-07-02 14:19:15 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-02 14:19:15 -0400 |
| commit | 38557f29f91b8abc68ec3408ce466ee8a5da815e (patch) | |
| tree | 9018c2357645aca9fd5296cfa75bf9ed0cf297ee /.gitignore | |
| parent | 0a9002b42cbfa51fb826868a215202c83c97c330 (diff) | |
rm unneeded imports, work on freezing
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ __pycache__ -settings.ini build/* +env/* .vscode/* *.mkv *.mp4 +*.zip +*.tar +*.tar.* +*.exe +ffmpeg |
