drgn/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
204 B
Plaintext
Raw Normal View History

*.pyc
*.so
/.coverage
/.mypy_cache
/build
/coverage.info
/cscope.*
/dist
/docs/_build
/drgn-*.tar.gz
/drgn.egg-info
/drgn/internal/version.py
/htmlcov
/python-drgn-*.src.rpm
/python-drgn.spec
__pycache__