Extend contributing guide

Add information on setting up development environment, running tests and
generating documentation.

Also update .gitignore to list files that will be generated during
testing.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2015-11-26 09:47:37 +01:00
parent 496563aaef
commit ba396ea401
2 changed files with 97 additions and 7 deletions

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.py[co]
*~
*.egg-info
MANIFEST
build/*
dist/*
@ -7,3 +8,5 @@ doc/_build
noarch/*
tests/data/repo
tests/data/repo-krb5-lookaside
tests/_composes
htmlcov/