From 74c267f8654de8162a61086c1e022b12e62a1e33 Mon Sep 17 00:00:00 2001 From: Nathaniel Mitchell Date: Tue, 16 Apr 2024 11:24:58 -0700 Subject: [PATCH] Add *.so to .gitignore list Signed-off-by: Nathaniel Mitchell --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1de7dde379..d9b14d8de5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ build MANIFEST # Linux driver +*.so chipsec/helper/linux/*.ko drivers/linux/**/.*.cmd drivers/linux/*.ko