From f4ae9497288336e9a1900e8e351edf71e27b6944 Mon Sep 17 00:00:00 2001 From: Andrey Skvortsov Date: Thu, 16 Apr 2015 12:49:24 -0700 Subject: [PATCH] .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-format-patch failed