diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 19:29:00 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 19:29:48 (EDT) |
commit | ac08113ec30e5a59b2376bd8c0dd335807e24ee2 (patch) | |
tree | af3aba1aedef578cfec0d46b14c5ca90cec37172 /.gitignore | |
parent | 7b4450efab0ad8e91af36c811c12e6bc1f127005 (diff) | |
download | libreboot-ac08113ec30e5a59b2376bd8c0dd335807e24ee2.zip libreboot-ac08113ec30e5a59b2376bd8c0dd335807e24ee2.tar.gz libreboot-ac08113ec30e5a59b2376bd8c0dd335807e24ee2.tar.bz2 |
build/release/archives: separate crossgcc into a new archive
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ /libreboot_src.tar.xz /libreboot_util.tar.xz /libreboot_docs.tar.xz +/libreboot_crossgcc.tar.xz /libreboot_macbook21.tar.xz /libreboot_qemu_i440fx_piix4.tar.xz /libreboot_qemu_q35_ich9.tar.xz @@ -21,6 +22,7 @@ /libreboot_util/ /libreboot_src/ /libreboot_docs/ +/libreboot_crossgcc/ /release/ /resources/utilities/ich9deblob/factory.rom /resources/utilities/ich9deblob/deblobbed_descriptor.bin |