diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-31 19:15:30 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-01-02 21:52:27 +0100 |
commit | b962b76f439f5614c5ce10c4efc601f290311986 (patch) | |
tree | d5afea065915a03bd2a9fe9930c09d0d93a033de /.tarignore | |
parent | 26cf040827a107fa6e8ccf10e1bc6e7860435839 (diff) |
re-worked release workflow, it is one-step and creates GPG signatures now
Diffstat (limited to '.tarignore')
-rw-r--r-- | .tarignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.tarignore b/.tarignore new file mode 100644 index 000000000..986afeed6 --- /dev/null +++ b/.tarignore @@ -0,0 +1,17 @@ +updates_key.pem +*.pyc +*.pyo +youtube-dl.exe +wine-py2exe/ +py2exe.log +*.kate-swp +build/ +dist/ +MANIFEST +*.DS_Store +youtube-dl.tar.gz +.coverage +cover/ +__pycache__/ +.git/ +*~ |