From d897a8fae077e366a9a9e1fa53d160b0db6e356a Mon Sep 17 00:00:00 2001 From: Giuseppe Carella Date: Wed, 30 Aug 2017 14:11:58 +0200 Subject: Extended documentation structure Change-Id: I7b1c40cc7cc92bca300281204a1623c7aa8f2999 Signed-off-by: Giuseppe Carella --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit 1.2.3-korg