summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-09 09:07:51 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-09 09:07:51 (EDT)
commit69501f4f52d8272fa0acb35e40e31d942b4d5b54 (patch)
treee3510187e9264df2a5994400b95b7d3cb772b536
parent85b27c371fd0316fcdfefcc55e7b56255d019491 (diff)
downloadlibreboot-69501f4f52d8272fa0acb35e40e31d942b4d5b54.zip
libreboot-69501f4f52d8272fa0acb35e40e31d942b4d5b54.tar.gz
libreboot-69501f4f52d8272fa0acb35e40e31d942b4d5b54.tar.bz2
update gitignore and delete useless files in release archives
-rw-r--r--.gitignore1
-rwxr-xr-xresources/scripts/helpers/build/release/archives5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ab03708..a46aa84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+/TODO/
/bucts/
/coreboot/
/flashrom/
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives
index a836794..fd443ac 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