From 97ad13291ba0162117df77b038f0c011a14a31c0 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Feb 2026 22:13:53 +0100 Subject: nasm: always save memory/segments stats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And don't let git ignore it. From now on this will be available in git as well so to detect regressions. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 90204e5..895aecf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ out/ config/generated.s -.nasm/ TODO *.patch -- cgit v1.2.3