diff options
author | Giuseppe Carella <cargius@gmail.com> | 2017-08-30 14:11:58 +0200 |
---|---|---|
committer | Giuseppe Carella <cargius@gmail.com> | 2017-08-30 14:12:23 +0200 |
commit | d897a8fae077e366a9a9e1fa53d160b0db6e356a (patch) | |
tree | a8c990c6f5481c5cca8dba811adfaf80abc74ca5 /.gitignore | |
parent | 8b6af8882815382610515bd63337a0a5ac92d2cb (diff) |
Extended documentation structure
Change-Id: I7b1c40cc7cc92bca300281204a1623c7aa8f2999
Signed-off-by: Giuseppe Carella <cargius@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a601234 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*~ +*.pyc +.*.sw? +**.log +/docs_build/ +/docs_output/ +/releng/ +/tests/*.img + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.testrepository/ + + +# Sphinx documentation +docs/_build/ + +# IDE +.idea/ + +# Build results +.tox |