drgn/.gitignore
Omar Sandoval 6150935e96 Fix some cosmetic nits in Packit config and .gitignore
Fix .gitignore alphabetical order and indent YAML consistently.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-10-29 13:19:32 -07:00

17 lines
204 B
Plaintext

*.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__