diff options
author | Justin Waters <justin.waters@timesys.com> | 2013-07-09 14:18:23 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-08-05 14:27:08 -0400 |
commit | b34e5cbed1b816a8b4f38217c8806c1417338074 (patch) | |
tree | 0ebb3c8d7408d259ca2e919a9add57b7d032b1d4 | |
parent | 581c14508f5b1d379d3dcbb6e776c53448772446 (diff) |
Add additional MLO images to .gitignore
This rule catches images such as MLO.byteswap
Signed-off-by: Justin Waters <justin.waters@timesys.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 771b860ee8e..d1282e790e4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ # Top-level generic files # -/MLO +/MLO* /SPL /System.map /u-boot |