[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1426496055-4802-1-git-send-email-andrej.skvortzov@gmail.com>
Date: Mon, 16 Mar 2015 11:54:15 +0300
From: Andrey Skvortsov <andrej.skvortzov@...il.com>
To: Michal Marek <mmarek@...e.cz>,
Andrew Morton <akpm@...ux-foundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Boaz Harrosh <boaz@...xistor.com>,
Andi Kleen <ak@...ux.intel.com>,
Benjamin Romer <benjamin.romer@...sys.com>,
linux-kernel@...r.kernel.org
Cc: Andrey Skvortsov <andrej.skvortzov@...il.com>
Subject: [PATCH] .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@...il.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
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
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists