From f820e3049a7eb11be5d0ab5176c0c85bef52782a Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sat, 6 May 2023 07:23:45 +0100
Subject: [PATCH] add e6400_flash_unlock binary to .gitignore

only src should be in git
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index e55b261..665158b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *~
 *.o
+/util/e6400-flash-unlock/e6400_flash_unlock
 /util/ich9utils/*.bin
 /util/ich9utils/demefactory
 /util/ich9utils/ich9deblob
-- 
GitLab