aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGrzegorz Wielgosinski <g.wielgosins@samsung.com>2021-04-16 13:03:02 +0200
committerGrzegorz Wielgosinski <g.wielgosins@samsung.com>2021-04-16 15:31:58 +0200
commit0df2b8a52ba43dc9ff0ec3726baa70e07fd55718 (patch)
tree74691978a52d175e569de6cf4a8421febe78f021 /.gitignore
parentfa24e1901566a2fa23a2f4a6bad419eb3bfd212a (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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 21f73a6..0b7223b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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