diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-14 20:49:16 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-14 20:49:16 -0700 |
commit | 07b92c35a20a167199fb1adb4908f2501f84357f (patch) | |
tree | 742530fbf89a4d61023723f7a19b45e41abfced1 /.gitignore | |
parent | 97545f9b3b74044f62c93baaff9ad32f9073d217 (diff) | |
download | yt-local-07b92c35a20a167199fb1adb4908f2501f84357f.tar.lz yt-local-07b92c35a20a167199fb1adb4908f2501f84357f.tar.xz yt-local-07b92c35a20a167199fb1adb4908f2501f84357f.zip |
fix .pyd files not being included
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ __pycache__/ -*.py[cod] *$py.class debug/ data/ |