This website requires JavaScript.
Explore
Help
Sign In
almalinux
/
lorax
Watch
13
Star
0
Fork
0
You've already forked lorax
Code
Issues
Pull Requests
Releases
Activity
b735c8ce0c
lorax
/
.gitignore
8 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore *.pyc files. Add *.pyc to .gitignore and remove __init__.pyc.
2008-09-12 22:10:33 +00:00
*.pyc
give version.py its own makefile rule and .gitignore line
2011-10-24 22:49:39 +00:00
src/pylorax/version.py*
Added Sphinx Documentation Run 'make docs' to update the apidocs. Also moves the README.livemedia-creator and README.product into docs as ReST documents. They will be installed in /usr/share/doc/lorax/ by the rpm package.
2015-04-08 21:02:26 +00:00
_build/
Clean up some pylint warnings Mostly logging, using .format() on the strings.
2015-05-01 00:10:08 +00:00
tests/pylint/.pylint.d/
Add make test target and update .gitignore also submit coverage report to Coveralls.io if environment is configured
2017-10-05 12:44:39 +00:00
__pycache__/
.coverage
pylint-log
Reference in New Issue
Copy Permalink