From f43a76f027ef037a1ffa35475add458a1303e168 Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Thu, 7 Dec 2017 14:53:19 -0500 Subject: [PATCH] Add ansible_facts_cache/ to .gitignore ansible_facts_cache/ is populated when running quickstart or devmode from the tripleo-quickstart repository directory. These show up as unadded changes. It's likely best to avoid them being accidentally added to version control. Change-Id: I4169e4936e0db1e3965a395a4e947895983a4d28 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 87214d36a..a6aa95899 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ releasenotes/build # Editors .*.sw[klmnop] *~ + +# Ansible facts cache +ansible_facts_cache/