From 585719a433681a387a82ef008fb6c35f0115295b Mon Sep 17 00:00:00 2001 From: Nwolisa Vincent Date: Fri, 17 Oct 2025 01:20:36 +0100 Subject: [PATCH] Add Assembly.gitignore file --- .gitignore => Assembly.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .gitignore => Assembly.gitignore (90%) diff --git a/.gitignore b/Assembly.gitignore similarity index 90% rename from .gitignore rename to Assembly.gitignore index 8f26b6d6..745dba76 100644 --- a/.gitignore +++ b/Assembly.gitignore @@ -181,4 +181,5 @@ cscope.po.out # Testing artifacts test_results/ *.test -*.testlog \ No newline at end of file + +*.testlog