diff options
| author | Justin Waters <justin.waters@timesys.com> | 2013-07-11 09:55:01 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-30 09:21:42 -0400 | 
| commit | 341d2c0e13d8bb177504b7ca16f2e6f555f78d4f (patch) | |
| tree | 98edbd6a1364b25b70f498e4f2aa392ea898b4e4 | |
| parent | a3aa70afb72b147a21f0e39d72ceb3f253d58498 (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 | 
