From ff0f6dcba38a1f07c33d5c811c0df95f4df32550 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 13 May 2024 12:10:59 +0200 Subject: util/autoport/.gitignore: Ignore `logs` folder The README suggests using `logs` as the folder name where autoport puts the generated logs. Thus, add this folder to .gitignore for the sake of convenience. Yes, people can use other folder names, but `logs` is most commonly used. Change-Id: I37906b43ba3e132de616184e4a5082ce00f4b230 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/82398 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Paul Menzel --- util/autoport/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/autoport/.gitignore b/util/autoport/.gitignore index 0069f999f6..460d5b22ae 100644 --- a/util/autoport/.gitignore +++ b/util/autoport/.gitignore @@ -1 +1,2 @@ autoport +logs/ -- cgit v1.2.3