This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
drgn
Watch
1
Star
0
Fork
0
You've already forked drgn
mirror of
https://github.com/JakeHillion/drgn.git
synced
2024-12-25 18:23:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
03fd5eeed4
drgn
/
.gitignore
11 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit I wrote all of this code a few months back and am just now getting around to committing it. The low-level DWARF parsing library is pretty solid, although it only implements a subset of DWARF so far. The CLI and higher-level interface are experimental.
2017-08-25 06:46:16 +01:00
__pycache__
*.pyc
*.o
*.so
Add Python coverage output to .gitignore
2018-07-17 03:42:32 +01:00
/.coverage
/.mypy_cache
Initial commit I wrote all of this code a few months back and am just now getting around to committing it. The low-level DWARF parsing library is pretty solid, although it only implements a subset of DWARF so far. The CLI and higher-level interface are experimental.
2017-08-25 06:46:16 +01:00
/build
/coverage.info
Add Python coverage output to .gitignore
2018-07-17 03:42:32 +01:00
/drgn.egg-info
/htmlcov
Reference in New Issue
Copy Permalink