drgn/.gitignore
Omar Sandoval 97e604c05c Rewrite in Cython
The lldwarf/drgn.dwarf split wasn't working out too well, and moving all
of drgn.dwarf into lldwarf (by rewriting it into C) would be way too
much work. Instead, use Cython, which results in a parser which is just
as fast but with much cleaner code overall. It also turns out lldwarf
wasn't doing GC right, so the switch also fixed that.
2017-08-28 21:16:43 -07:00

11 lines
95 B
Plaintext

__pycache__
*.pyc
*.o
*.so
/build
/drgn.egg-info
/coverage.info
/out
/drgn/dwarf.c
/drgn/elf.c