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:
parent
496563aaef
commit
ba396ea401
2 changed files with 97 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue