mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-21 08:47:02 +00:00
6150935e96
Fix .gitignore alphabetical order and indent YAML consistently. Signed-off-by: Omar Sandoval <osandov@osandov.com>
17 lines
204 B
Plaintext
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__
|