From: Andrey Skvortsov Date: Thu, 16 Apr 2015 19:49:24 +0000 (-0700) Subject: .gitignore: ignore *.tar X-Git-Tag: omap-for-v4.2/o2_dc~105^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ae9497288336e9a1900e8e351edf71e27b6944;p=pandora-kernel.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 --- Reading git-diff-tree failed