gitignore: be explicit for x-load files
authorNishanth Menon <nm@ti.com>
Wed, 26 Jan 2011 14:04:35 +0000 (19:34 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Wed, 26 Jan 2011 14:04:35 +0000 (19:34 +0530)
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 <eballetbo@gmail.com>

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
.gitignore

index 5bc6dd2..f619e6d 100644 (file)
@@ -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