From: Nishanth Menon Date: Wed, 26 Jan 2011 14:04:35 +0000 (+0530) Subject: gitignore: be explicit for x-load files X-Git-Tag: v1.5.0~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0dadd2c46c1a0fd0b8cbe5fa84ce487fe5c2368;p=pandora-x-loader.git 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 --- 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