Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Yidi Lin: Looks good to me, approved
.gitignore: Ignore payloads/libpayload/generated/

Add 'generated/' to .gitignore.

Change-Id: Ief7afe3cf6ffcaba6aa5be27f41c6a32de9e6bbb
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79873
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M .gitignore
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 126cae6..e813493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
build/
coreboot-builds/
coreboot-builds*/
+generated/

site-local


To view, visit change 79873. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ief7afe3cf6ffcaba6aa5be27f41c6a32de9e6bbb
Gerrit-Change-Number: 79873
Gerrit-PatchSet: 2
Gerrit-Owner: Yu-Ping Wu <yupingso@google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Yidi Lin <yidilin@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged