diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-04-11 09:35:55 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-12 07:55:07 +0200 |
commit | 600ed3215241a6ab107780dd0db61cfe34e3dd23 (patch) | |
tree | 15d253fd08819b938d847e135f5e62b47dd1bb1c | |
parent | 120ae6091d44dae9b63f4c4e2a14ba7b15432bbb (diff) | |
download | u-boot-600ed3215241a6ab107780dd0db61cfe34e3dd23.tar.gz |
.gitignore: Add /SPL
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index be09894a0b..bff721ea54 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ # /MLO +/SPL /System.map /u-boot /u-boot.hex |