From 78d2b72ab44eee1a1f4e439cf74ce906efe222d8 Mon Sep 17 00:00:00 2001 From: Oxore Date: Tue, 18 Apr 2023 00:30:24 +0300 Subject: Impl basic traced disasm facility using linked list --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 98ae640..332dc62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,8 @@ *.asm *.S *.out +*.txt +*.trace +*.log cmake[-_]build*/ compile_commands.json -- cgit v1.2.3