diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-09 14:07:51 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-09 14:07:51 +0100 |
commit | 69501f4f52d8272fa0acb35e40e31d942b4d5b54 (patch) | |
tree | e3510187e9264df2a5994400b95b7d3cb772b536 /resources | |
parent | 85b27c371fd0316fcdfefcc55e7b56255d019491 (diff) | |
download | librebootfr-69501f4f52d8272fa0acb35e40e31d942b4d5b54.tar.gz librebootfr-69501f4f52d8272fa0acb35e40e31d942b4d5b54.zip |
update gitignore and delete useless files in release archives
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index a8367949..fd443ac8 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -386,6 +386,10 @@ rm -f libreboot_src/releasefilelist rm -f libreboot_util/releasefilelist rm -f releasefilelist +# Useless files +rm -rf libreboot_src/TODO/ +rm -f libreboot_src/push + # Delete the deblob scripts from libreboot_src # Since _src doesn't distribute the download scripts, # and already comes with a deblobbed coreboot, the @@ -412,6 +416,7 @@ rm -f libreboot_src/resources/utilities/ich9deblob/mkgbe.c rm -f libreboot_src/resources/utilities/ich9deblob/mkgbe.h rm -f libreboot_src/resources/utilities/ich9deblob/ich9fdgbe_4m.bin rm -f libreboot_src/resources/utilities/ich9deblob/ich9fdgbe_8m.bin +rm -f libreboot_src/resources/utilities/ich9deblob/demefactory_4kdescriptor.bin rm -f libreboot_src/mkgbe.c rm -f libreboot_src/mkgbe.h rm -f libreboot_src/ich9fdgbe_8m.bin |