From 8a75310fc6880fddd3e2a96cb6b0713151c53652 Mon Sep 17 00:00:00 2001 From: CaptainT Date: Wed, 1 Mar 2017 19:27:48 +0100 Subject: [plugin.video.iplayerwww] 3.0.0 --- plugin.video.iplayerwww/.gitignore | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 plugin.video.iplayerwww/.gitignore (limited to 'plugin.video.iplayerwww/.gitignore') diff --git a/plugin.video.iplayerwww/.gitignore b/plugin.video.iplayerwww/.gitignore new file mode 100644 index 0000000..c37a3eb --- /dev/null +++ b/plugin.video.iplayerwww/.gitignore @@ -0,0 +1,68 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Eclipse PyDev +.settings/ +.project +.pydevproject + +# Backup Files +*.bak +*~ +*.orig -- cgit v1.2.3