drgn/.gitignore

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

13 lines
122 B
Plaintext
Raw Normal View History

*.pyc
*.so
/.coverage
/.mypy_cache
/build
/coverage.info
/cscope.*
/dist
/docs/_build
/drgn.egg-info
/htmlcov
__pycache__