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
This commit is contained in:
David J Peacock 2017-12-07 14:53:19 -05:00
parent 143d083158
commit f43a76f027
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -67,3 +67,6 @@ releasenotes/build
# Editors
.*.sw[klmnop]
*~
# Ansible facts cache
ansible_facts_cache/