diff options
author | Michal Zegan <m.zegan@samsung.com> | 2019-08-22 15:02:06 +0200 |
---|---|---|
committer | Michal Zegan <m.zegan@samsung.com> | 2019-08-22 15:04:20 +0200 |
commit | 666d3a9009dcdb770ee0f4de736f7d10d33db29d (patch) | |
tree | ecac6183fd479ecfd275d97b515d2385b45c4530 /tools | |
parent | 0364bc6ebc6d26877f1db1be342a10b24f51d80b (diff) |
Add the .gitignore for cicdansible
Adds the .gitignore file for the ansible playbook.
Change-Id: If6e52f55e045ccccd164992108d1977c2a46a413
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cicdansible/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cicdansible/.gitignore b/tools/cicdansible/.gitignore new file mode 100644 index 00000000..bb3e4abb --- /dev/null +++ b/tools/cicdansible/.gitignore @@ -0,0 +1,2 @@ +*.retry +resources/ |