diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2013-05-15 16:39:07 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-16 10:53:07 -0500 |
commit | a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b (patch) | |
tree | 6ef8bbbcc698b82f46fa6bcbb43e9a46a76daf20 /.gitignore | |
parent | 569ae22b11966a12db9fdde9dd60aad7b153ab23 (diff) | |
download | blackbird-hostboot-a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b.tar.gz blackbird-hostboot-a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b.zip |
Rename listing files to '*.list.bz2'
I previously changed the listing files to be bzip'd to reduce
the size of builds and the FSP tarballs. Many editors, such
as vim, will automatically expand these files when you open
them but only if the file name is *.bz2. Otherwise, you can
use something like 'bzcat hbicore.list.bz2 | editor'.
Change-Id: Ic61e21a5e49ba88440f4a19d86a8c467f63e61fd
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4532
Tested-by: Jenkins Server
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 274911ced..0828624c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.list +*.list.bz2 *.dep *.o.hash *.gcno |