From: Andrey Skvortsov Date: Thu, 16 Apr 2015 19:49:24 +0000 (-0700) Subject: .gitignore: ignore *.tar X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f4ae9497288336e9a1900e8e351edf71e27b6944;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git .gitignore: ignore *.tar Running make tar-pkg results in following: # Untracked files: # (use "git add ..." to include in what will be committed) # # linux-4.0.0-rc3-next-20150313-150225--x86.tar This patch makes git ignore *.tar files. Running 'git ls-files -i --exclude-standard' does not show any tar files excluded from tracking after the change. Signed-off-by: Andrey Skvortsov Cc: Michal Marek Cc: Greg Kroah-Hartman Cc: Boaz Harrosh Cc: Andi Kleen Cc: Benjamin Romer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/.gitignore b/.gitignore index acb6afe6b7a3..4ad4a98b884b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ *.order *.elf *.bin +*.tar *.gz *.bz2 *.lzma