summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Trimarchi <[email protected]>2019-11-09 20:13:57 +0100
committerTom Rini <[email protected]>2019-11-11 14:20:35 -0500
commitd25a2d386c1cc9cfa87f205b9c863160882437ef (patch)
treead98c207345a20c079ecd7e150d0f53c32a5efe4
parent7c150136398916ac546b5a902d09208cc793cabe (diff)
.gitignore: Ignore .img files
The generated idbloader.img file that rockchip uses should be not included in git status report Signed-off-by: Michael Trimarchi <[email protected]>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d8b7b778449..f980ae6f703 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
*.gcda
*.gcno
*.i
+*.img
*.lex.c
*.lst
*.mod.c