From: Romain Francoise Date: Tue, 22 Feb 2011 09:48:06 +0000 (+0100) Subject: .gitignore: ignore *.xz files X-Git-Tag: v2.6.38-rc7~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790e10ba6c93c123665a3cfa53d6dcf73923e458;p=pandora-kernel.git .gitignore: ignore *.xz files Building with CONFIG_KERNEL_XZ results in the following: # Untracked files: # (use "git add ..." to include in what will be committed) # # arch/x86/boot/compressed/vmlinux.bin.xz So ignore xz-compressed files at the top level like we already do for other compression types. Signed-off-by: Romain Francoise Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed