From 2c5b35ca857fba9e8c62b84cdbb480dcd844fd46 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Fri, 17 Apr 2015 16:21:35 -0700 Subject: [PATCH] [tools] add second gitignore to avoid checking in binary tools Change-Id: I07977cc7fe2ae3f4f42fe9c2f925a1eb7e7dc0f0 --- tools/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/.gitignore diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 00000000..3dc8f628 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,2 @@ +lkboot +mkimage