From 6c2f58435a37099340e76f908112676843c144a7 Mon Sep 17 00:00:00 2001
From: Dustin Green <dustingreen@google.com>
Date: Mon, 18 Jun 2018 15:08:13 -0700
Subject: [PATCH] [amlogic-video] .gitignore the cipd firmware .bin

This ignores the amlogic-video firmware directory so that git status
won't be noisy.  This change assumes that we'll keep cipd content in a
firmware/ directory to itself (ignores the dir, not the two files
separately).

Tested: ran "git status" after adding the line to .gitignore
Change-Id: Id970838cc2e1c2233b8dccd5c8fe5597dc893c3a
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index dbc5ad7e8c0..eaa7ff94d5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ tools/cipd.gni
 *.iml
 **/Cargo.lock
 **/Cargo.toml
+drivers/video/amlogic-decoder/firmware/
-- 
GitLab