Skip to content

Commit

Permalink
.gitignore: ignore *.xz files
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rfrancoise authored and torvalds committed Feb 22, 2011
1 parent f5412be commit 790e10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ modules.builtin
*.gz
*.bz2
*.lzma
*.xz
*.lzo
*.patch
*.gcno
Expand Down

0 comments on commit 790e10b

Please sign in to comment.