From 63008d171dbc53f88aa49fd0f4fa033c03cb5cce Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 2 May 2019 15:50:31 -0600 Subject: [PATCH] Update ME for galp3-c, update readmes --- models/galp3-c/README.md | 2 +- models/galp3-c/fd.rom | 2 +- models/galp3-c/me.rom | 2 +- scripts/readmes.sh | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/models/galp3-c/README.md b/models/galp3-c/README.md index c76853d..46f1e33 100644 --- a/models/galp3-c/README.md +++ b/models/galp3-c/README.md @@ -13,4 +13,4 @@ https://system76.com/guides/galp3 - HAP: true - [ME](./me.rom) - Size: 6140 KB - - Version: 12.0.8.1123 + - Version: 12.0.35.1427 diff --git a/models/galp3-c/fd.rom b/models/galp3-c/fd.rom index 570a4e3..15f2ada 100644 --- a/models/galp3-c/fd.rom +++ b/models/galp3-c/fd.rom @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfa18381209f5ba5f2ef6a927aaadc1ee2138d360e4dfb13fed6aa664e330719 +oid sha256:8b5a9c4eb8790a340bb961b9ff191e6a246e7c51ec354d51c7521f1a69e336b2 size 4096 diff --git a/models/galp3-c/me.rom b/models/galp3-c/me.rom index 8d1beaa..880e28c 100644 --- a/models/galp3-c/me.rom +++ b/models/galp3-c/me.rom @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e1a0f36277f088c66107761dc95077f0dc8e949687bac054eec43274c293bac +oid sha256:e5999ab1a4dff5bf306e1d44a40e36d56cf6106f2b07d4a39039972c93bb2ac3 size 6287360 diff --git a/scripts/readmes.sh b/scripts/readmes.sh index d6e5ee0..46707da 100755 --- a/scripts/readmes.sh +++ b/scripts/readmes.sh @@ -68,7 +68,10 @@ function readme_dir { echo >> README.md for dir in */ do - readme_line "${dir%/}" >> README.md + if ! git check-ignore --quiet "${dir}" + then + readme_line "${dir%/}" >> README.md + fi done popd > /dev/null }