diff options
author | Grzegorz Wielgosinski <g.wielgosins@samsung.com> | 2021-04-16 13:03:02 +0200 |
---|---|---|
committer | Grzegorz Wielgosinski <g.wielgosins@samsung.com> | 2021-04-16 15:31:58 +0200 |
commit | 0df2b8a52ba43dc9ff0ec3726baa70e07fd55718 (patch) | |
tree | 74691978a52d175e569de6cf4a8421febe78f021 /.gitignore | |
parent | fa24e1901566a2fa23a2f4a6bad419eb3bfd212a (diff) |
Fix issue with missing Docker file for building docker-image
Issue-ID: INT-1896
Signed-off-by: Grzegorz Wielgosinski <g.wielgosins@samsung.com>
Change-Id: Ib37d73ec965a5f514973482d2434095daf86cc23
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -105,3 +105,6 @@ local.properties # Typically, this file would be tracked if it contains build/dependency configurations: #.project a1-pe-simulator.iml + +# Building docker-image files +**/docker/resource/*
\ No newline at end of file |