diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-07-05 10:08:38 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-07-05 10:10:20 -0700 |
commit | b1b0ea32d1a296c7d055c5391261dcad6be48c63 (patch) | |
tree | 72553819d415eb6b932876ce5b2f050bdb1508c5 /.gitignore |
Initial Commit of dovetail-webportal
Change-Id: I779651499dd991e87f73ac857b555746f73d9d28
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..478b813 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +*.py[cod] + +# Packages +*.egg* +.testrepository +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +# lib +lib64 +__pycache__ + +# Installation logs +pip-log.txt + +# unittest/coverage reports +.coverage +.tox +.cache +.pytest_cache +nosetests.xml +unittest_results.log + +# Translations +*.mo + +# Sphinx documentation +*.sw? +docs_build/ +docs_output/ +docs/_build +pre_config/ +docs/index.rst +docs/requirements.txt |