From f31c793761ad68686e763ab815aa6622e3739bc9 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Tue, 24 Jul 2018 11:50:22 -0400 Subject: [PATCH] Remove empty repo stx-utils Directory stx will now be owned by stx-root. Relocate .gitignore from stx-utils for that directory. Change-Id: I75ac350600e5dcce286e6a76cf3a985d9297a2a8 Story: 2002801 Task: 22687 Depends-On: https://review.openstack.org/588634 Signed-off-by: Scott Little --- .gitignore | 1 - stx/.gitignore | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 stx/.gitignore diff --git a/.gitignore b/.gitignore index 8ba9773b..7770dd90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ /cgcs-centos-repo /cgcs-tis-repo /cgcs-3rd-party-repo -/stx diff --git a/stx/.gitignore b/stx/.gitignore new file mode 100644 index 00000000..cfaccf82 --- /dev/null +++ b/stx/.gitignore @@ -0,0 +1,20 @@ +.cache/ +*.egg-info +.idea +*.pyc +*.swp +.tox +*~ +/downloads +/git +installer-prebuilt +/stx-clients +/stx-config +/stx-fault +/stx-ha +/stx-integ +/stx-metal +/stx-nfv +/stx-update +/stx-upstream +/stx-gui