summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>2015-03-25 13:27:03 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2015-03-27 19:01:20 +1100
commit27dc8f4cdc9864bc5fc2eb1ee4dc978e591db753 (patch)
tree977ae77e7811b7c8c2b3e7e1ec53fc2f59d149c2
parent7c3b8f8853dcf3d9f207003d6f46e500d6457a68 (diff)
downloadlinux-27dc8f4cdc9864bc5fc2eb1ee4dc978e591db753.tar.gz
linux-27dc8f4cdc9864bc5fc2eb1ee4dc978e591db753.tar.xz
.gitignore: ignore *.tar
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 <andrej.skvortzov@gmail.com> Cc: Michal Marek <mmarek@suse.cz> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Boaz Harrosh <boaz@plexistor.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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