提交 790e10ba 编写于 作者: R Romain Francoise 提交者: Linus Torvalds

.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: NRomain Francoise <romain@orebokech.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 f5412be5
......@@ -28,6 +28,7 @@ modules.builtin
*.gz
*.bz2
*.lzma
*.xz
*.lzo
*.patch
*.gcno
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册