diff options
author | Luka Perkov <luka@openwrt.org> | 2012-11-17 08:22:47 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-06 13:56:39 -0700 |
commit | 6e266bf88b547d9cd59b800f701f3d62bf1546e7 (patch) | |
tree | d8896d304109b9c9e1e23cffd26d05a277746c33 /.gitignore | |
parent | adb9d851392c71f628de62341da15ac883485304 (diff) |
add include/u-boot.lst to .gitignore
u-boot.lst is located in include directory. Update .gitignore file
accordingly.
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1ac43f28256..a163728832e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,12 +38,12 @@ /u-boot.sha1 /u-boot.dis /u-boot.lds -/u-boot.lst /u-boot.ubl /u-boot.ais /u-boot.dtb /u-boot.sb /u-boot.geany +/include/u-boot.lst # # Generated files |