diff options
author | Simon Glass <sjg@chromium.org> | 2011-06-23 17:23:57 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2011-08-29 10:39:39 -0700 |
commit | ee8885a620904085338969859862aaef9c226398 (patch) | |
tree | e7b4883fc8b77838fe40b37506858c288f31262d /.gitignore | |
parent | ed0c58229c6dde1d16c0bea5916609d024062dc0 (diff) |
Add top-level device tree files to .gitignore
BUG=chromium-os:11623
TEST=git status; see that u-boot.bin.dtb and u-boot.dtb are not displayed
Change-Id: Id6844e76481dcd67434e1921cdb238a117d142ce
Reviewed-on: http://gerrit.chromium.org/gerrit/3170
Tested-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 34a2ca96fc7..466c862fc84 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,10 @@ /u-boot.sha1 /u-boot.dis /u-boot.lds +/u-boot-onenand.bin +/u-boot-flexonenand.bin +/u-boot.bin.dtb +/u-boot.dtb # # Generated files |