diff options
author | Angel Pons <th3fanbus@gmail.com> | 2024-05-13 12:10:59 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-05-14 19:48:17 +0000 |
commit | ff0f6dcba38a1f07c33d5c811c0df95f4df32550 (patch) | |
tree | 54a75d246ec6b7551e65fa172d0489d488003ded | |
parent | 2e532b19d5a35eafac579b067bc9a6d40854badd (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82398
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
-rw-r--r-- | util/autoport/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |