summaryrefslogtreecommitdiff
path: root/plugin.video.iplayerwww/.gitignore
diff options
context:
space:
mode:
authorCaptainT <CaptainTK@users.noreply.github.com>2017-03-01 19:27:48 +0100
committerCaptainT <CaptainTK@users.noreply.github.com>2017-03-01 19:27:48 +0100
commit8a75310fc6880fddd3e2a96cb6b0713151c53652 (patch)
tree79de90659f0f9a80c42c60ecc9fb7eefe7bf58f0 /plugin.video.iplayerwww/.gitignore
parent30e951462df33a56918cb744dd5041496b9743ab (diff)
[plugin.video.iplayerwww] 3.0.0
Diffstat (limited to 'plugin.video.iplayerwww/.gitignore')
-rw-r--r--plugin.video.iplayerwww/.gitignore68
1 files changed, 68 insertions, 0 deletions
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