From a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 15 May 2013 16:39:07 -0500 Subject: 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 Reviewed-by: ADAM R. MUHLE Reviewed-by: A. Patrick Williams III --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.1