summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachary <zhangzg@marvell.com>2017-05-12 15:05:42 +0800
committerWilson Ding <dingwei@marvell.com>2017-05-12 13:45:47 +0300
commit26ae61ae94c65db3d36483fd65a72a73f65e23b2 (patch)
tree57de2fe68d6998a274eff199da7ce71f6a170831
parentcd9621a8fe38bda40700b0acc4904795d225c3f7 (diff)
a3700: add unnecessary files to gitignore list
Added the intermediate files "CSK*-KeyHash.txt" and "TIMHash.txt" and "Tim_msg.txt" files to gitignore list, which are generated by boot image generated tool Change-Id: I3c880f898d4c46a20e85ee3202677a9f682615dc Signed-off-by: zachary <zhangzg@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/39286 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Wilson Ding <dingwei@marvell.com>
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d1a9b16..6e7f5039 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,8 @@ tools/doimage/doimage
# Ignore header files copied.
tools/fiptool/firmware_image_package.h
tools/fiptool/uuid.h
+
+# Ignore unnecessary files after build
+CSK*_KeyHash.txt
+TIMHash.txt
+Tim_msg.txt