diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-06 18:41:52 +0100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-08-14 15:00:03 +1000 |
commit | d82fbf305c63d309d122d86a0714d1e8c572ec1b (patch) | |
tree | 57277f35bf460ac098246af03ea25f661fa7b765 /arch/powerpc/boot | |
parent | cc7059b5ea730edde256deb94a42f8e9e732d9b8 (diff) |
powerpc: Ignore zImage.epapr
This is another file we can generate so add it to the list.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index c32ae5ce9fff..554734ff302e 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -22,6 +22,7 @@ zImage.initrd zImage.bin.* zImage.chrp zImage.coff +zImage.epapr zImage.holly zImage.*lds zImage.miboot |