[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1422531056-22517-1-git-send-email-andrej.skvortzov@gmail.com>
Date: Thu, 29 Jan 2015 14:30:56 +0300
From: Andrey Skvortsov <andrej.skvortzov@...il.com>
To: Michal Marek <mmarek@...e.cz>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Boaz Harrosh <boaz@...xistor.com>,
Andi Kleen <ak@...ux.intel.com>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Cc: Andrey Skvortsov <andrej.skvortzov@...il.com>
Subject: [PATCH] gitignore: ignore tar-install build directory
Have git ignore the Debian directory created when running:
make tar-pkg / targz-pkg / tarbz2-pkg / tarxz-pkg
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@...il.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index ce57b79..9ac9106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,11 @@ Module.symvers
/debian/
#
+# tar directory (make tar*-pkg)
+#
+/tar-install/
+
+#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
--
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