Searched +hist:790 +hist:e10ba (Results 1 - 1 of 1) sorted by path

/linux-master/
H A D.gitignorediff 790e10ba Tue Feb 22 02:48:06 MST 2011 Romain Francoise <romain@orebokech.com> .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>
diff 790e10ba Tue Feb 22 02:48:06 MST 2011 Romain Francoise <romain@orebokech.com> .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>

Completed in 154 milliseconds