setools/.gitignore
Chris PeBenito 41632dce9d tox.ini: Add static type checking using mypy.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2020-10-14 10:16:46 -04:00

22 lines
220 B
Plaintext

/.eggs
/.idea
/.mypy_cache
/build
/dist
/setools.egg-info
*.pyc
*.pyo
/setools/policyrep.c
*.so
# Qt Generated Help files
qhc/apol.qch
qhc/apol.qhc
# Generated by tox
/.tox
# Generated by coverage
/htmlcov
/.coverage