]> git.baikalelectronics.ru Git - kernel.git/commit
.gitignore: ignore *.xz files
authorRomain Francoise <romain@orebokech.com>
Tue, 22 Feb 2011 09:48:06 +0000 (10:48 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Feb 2011 16:18:53 +0000 (08:18 -0800)
commit98022622447a773b529371eda4cd1c335592b2bc
tree53b10583a1900d02dfe7fc02dc0a5d2958594124
parentd986088e8584b3265524a1b77c0511ceccafe2af
.gitignore: ignore *.xz files

Building with CONFIG_KERNEL_XZ results in the following:

 # Untracked files:
 #   (use "git add <file>..." 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 <romain@orebokech.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
.gitignore