diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-02-21 07:48:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-28 14:21:46 -0500 |
commit | 0a8573052afcee0b026073ae8625679ed1765556 (patch) | |
tree | e9c3b567e31d0faffe4b35b1b3ae37697d24beb1 /.gitignore | |
parent | 86dc480d73776e6628ea39a5429f160ffdc2ec85 (diff) | |
download | u-boot-0a8573052afcee0b026073ae8625679ed1765556.tar.gz u-boot-0a8573052afcee0b026073ae8625679ed1765556.tar.bz2 u-boot-0a8573052afcee0b026073ae8625679ed1765556.zip |
.gitignore: Ignore regenerated *.dtbo files
*.dtbo are dt overlays files which should be also ignored as *.dtb.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8d18d6f49b..3df3139d23 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.bin *.cfgout *.dtb +*.dtbo *.dtb.S *.elf *.exe |