drgn/.gitignore
Omar Sandoval b45e930336 dwarf: rewrite drgn.dwarf in pure Python
Now that DwarfIndex is in C, the rest can be simpler Python rather than
Cython.
2018-03-26 01:51:20 -07:00

10 lines
81 B
Plaintext

__pycache__
.mypy_cache
*.pyc
*.o
*.so
/build
/drgn.egg-info
/coverage.info
/out