ba396ea401
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>
13 lines
139 B
Plaintext
13 lines
139 B
Plaintext
*.py[co]
|
|
*~
|
|
*.egg-info
|
|
MANIFEST
|
|
build/*
|
|
dist/*
|
|
doc/_build
|
|
noarch/*
|
|
tests/data/repo
|
|
tests/data/repo-krb5-lookaside
|
|
tests/_composes
|
|
htmlcov/
|