From f4ae9497288336e9a1900e8e351edf71e27b6944 Mon Sep 17 00:00:00 2001 From: Andrey Skvortsov Date: Thu, 16 Apr 2015 12:49:24 -0700 Subject: .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index acb6afe..4ad4a98 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ *.order *.elf *.bin +*.tar *.gz *.bz2 *.lzma -- cgit v1.1