diff options
author | Oxore <oxore@protonmail.com> | 2023-04-18 00:30:24 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-18 00:30:24 +0300 |
commit | 78d2b72ab44eee1a1f4e439cf74ce906efe222d8 (patch) | |
tree | ce325053cbd0ddb22ca3ccae231c3f2c01b7648b /.gitignore | |
parent | d453c863ba901ea04eb09c64de267a1d18f3a759 (diff) |
Impl basic traced disasm facility using linked list
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,8 @@ *.asm *.S *.out +*.txt +*.trace +*.log cmake[-_]build*/ compile_commands.json |