From 2b18bc8143b3a06b4b625cb1343510b131db3718 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20Ospal=C3=BD?= Date: Wed, 19 Dec 2018 14:36:37 +0100 Subject: [PATCH] Add .gitignore to the ansible directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To avoid including the untarred chroot directory into git Issue-ID: OOM-1551 Change-Id: I4f760a2a5068a78fb5a05ebb1874544d55a2fc83 Signed-off-by: Petr Ospalý --- ansible/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 ansible/.gitignore diff --git a/ansible/.gitignore b/ansible/.gitignore new file mode 100644 index 00000000..5cddc2eb --- /dev/null +++ b/ansible/.gitignore @@ -0,0 +1 @@ +ansible_chroot -- 2.16.6