diff options
| author | Bin Meng <[email protected]> | 2017-09-05 22:37:44 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-07 10:44:34 -0400 |
| commit | d11d3b2fa677aae817686af94ed9cb6c2c71d3c3 (patch) | |
| tree | 5ca5dde0dff7f9d12020ee49da0c3edbc9c7a21d | |
| parent | 2105f3484367647218993b98ca59f942aa3668be (diff) | |
tools: .gitignore: Sort in alphabetical order
These are currently out of alphabetical order.
Signed-off-by: Bin Meng <[email protected]>
| -rw-r--r-- | tools/.gitignore | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index ac0c9793190..6a487d22027 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,31 +1,30 @@ /atmel_pmecc_params /bin2header /bmp_logo +/common/ +/dumpimage +/easylogo/easylogo /envcrc /fdtgrep /fit_check_sign /fit_info +/gdb/gdbcont +/gdb/gdbsend /gen_eth_addr /gen_ethaddr_crc /ifdtool /img2srec /kwboot -/dumpimage +/lib/ /mips-relocs /mkenvimage -/mkimage /mkexynosspl -/mxsboot +/mkimage /mksunxiboot -/sunxi-spl-image-builder +/mxsboot /ncb /proftool /relocate-rela +/sunxi-spl-image-builder /ubsha1 /xway-swap-bytes -/easylogo/easylogo -/gdb/gdbcont -/gdb/gdbsend - -/lib/ -/common/ |
