Skip to content

Commit 790e10b

Browse files
rfrancoisetorvalds
authored andcommitted
.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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent f5412be commit 790e10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ modules.builtin
2828
*.gz
2929
*.bz2
3030
*.lzma
31+
*.xz
3132
*.lzo
3233
*.patch
3334
*.gcno

0 commit comments

Comments
 (0)