From d0dadd2c46c1a0fd0b8cbe5fa84ce487fe5c2368 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Wed, 26 Jan 2011 19:34:35 +0530 Subject: [PATCH] gitignore: be explicit for x-load files As discussed in thread: http://groups.google.com/group/x-loader/browse_thread/thread/bf17e22c9628c630 x-load.lds file gets ignored by having x-load.* as a coverall. we should ignore just the x-load, and corresponding .map and .bin files alone. Reported by: Enric Balletbo i Serra Signed-off-by: Nishanth Menon Signed-off-by: Anand Gadiyar --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bc6dd2..f619e6d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,8 @@ # Top-level generic files # x-load -x-load.* +x-load.map +x-load.bin System.map include/asm/arch include/asm/proc -- 2.39.5