From 24f07a97e128527af1ab319d38ebb098aa8977db Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 9 Sep 2019 10:09:18 -0400 Subject: [PATCH] Finalize .gitignore Remove entries from .gitignore for pre-restructure directories. Also 'kubernetes' was renamed as 'containers'. Finally add an entry for distcloud-client. The gui tox targets expect the user to create a distcloud-client symlink in order to be run locally. Change-Id: I4ea03ec3cb517b1d26215d0fee2ba0dd0e25e598 Story: 2006166 Task: 35687 Signed-off-by: Scott Little --- stx/.gitignore | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/stx/.gitignore b/stx/.gitignore index c619091a..86b15bc5 100644 --- a/stx/.gitignore +++ b/stx/.gitignore @@ -5,44 +5,28 @@ *.swp .tox *~ -/downloads -/git installer-prebuilt -/stx-ansible-playbooks -/stx-clients -/stx-compile -/stx-config -/stx-config-files -/stx-fault -/stx-gui -/stx-ha -/stx-integ -/stx-kubernetes -/stx-metal -/stx-monitoring -/stx-nfv -/stx-puppet -/stx-update -/stx-upstream -/stx-utilities /ansible-playbooks /clients /compile /config /config-files +/containers +/distcloud-client +/downloads /fault +/git /gui /ha /helm-charts /integ -/kubernetes /metal /monitor-armada-app /monitoring /nfv /openstack-armada-app /platform-armada-app -/puppet +/stx-puppet /update /upstream /utilities