.gitignore: ignore *.tar
authorAndrey Skvortsov <[email protected]>
Thu, 16 Apr 2015 19:49:24 +0000 (12:49 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:11 +0000 (09:04 -0400)
Running make tar-pkg results in following:

 # Untracked files:
 #   (use "git add <file>..." 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 <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Boaz Harrosh <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Benjamin Romer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
.gitignore

index acb6afe6b7a3a4acbc0f5f3d00f2a2ead1b8999e..4ad4a98b884b9c857166d993d167fe4953210201 100644 (file)
@@ -24,6 +24,7 @@
 *.order
 *.elf
 *.bin
+*.tar
 *.gz
 *.bz2
 *.lzma