diff options
author | Max Kellermann <max@duempel.org> | 2015-11-20 22:10:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-11-20 22:14:53 +0100 |
commit | 556f9ee39cf1e675b961614f61e784f996af1e98 (patch) | |
tree | 01c6e79e4907539cdb2a674dac329e266b2a6729 /.gitignore | |
parent | 7dad662d690cc1c374009bbcd0df03bccb8f9ad7 (diff) | |
download | mpd-556f9ee39cf1e675b961614f61e784f996af1e98.tar.gz mpd-556f9ee39cf1e675b961614f61e784f996af1e98.tar.xz mpd-556f9ee39cf1e675b961614f61e784f996af1e98.zip |
{android,win32}/build.py: move common code to python/build/
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ba6d3b30e..612924822 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ tags /*.tar.bz2 /*.tar.xz /mpd-*/ + +__pycache__/ |