diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tools/.gitignore | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index 3b14c256e..97f7db069 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@  /SPL  /System.map  /u-boot +/u-boot.elf  /u-boot.hex  /u-boot.imx  /u-boot-with-spl.imx diff --git a/tools/.gitignore b/tools/.gitignore index 930fa2e8a..cd2f041cc 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -10,6 +10,7 @@  /mxsboot  /ncb  /proftool +/relocate-rela  /ubsha1  /xway-swap-bytes  /*.exe |