diff options
author | jaseg <code@jaseg.net> | 2014-08-10 23:25:25 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2014-08-10 23:27:26 +0200 |
commit | 9b68b0866ec49228ccaf3b455990a66838084082 (patch) | |
tree | be1ffcdcbfc82db6a2a4baec645adf5c92215be1 /.gitignore | |
download | python-mpv-9b68b0866ec49228ccaf3b455990a66838084082.tar.gz python-mpv-9b68b0866ec49228ccaf3b455990a66838084082.tar.bz2 python-mpv-9b68b0866ec49228ccaf3b455990a66838084082.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4f1640 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist +mpv.egg-info +__pycache__ |