From f6962bee17717a2fe98dde6cd4a7384c9777b78f Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 6 Mar 2017 10:01:26 -0600 Subject: [PATCH] remove .gitignore from packaging (#63) --- components/admin/test-suite/SPECS/tests.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/components/admin/test-suite/SPECS/tests.spec b/components/admin/test-suite/SPECS/tests.spec index fada062a19..1397731375 100644 --- a/components/admin/test-suite/SPECS/tests.spec +++ b/components/admin/test-suite/SPECS/tests.spec @@ -57,6 +57,7 @@ cd tests cd tests %{__mkdir_p} %{buildroot}/home/%{testuser}/tests cp -a * %{buildroot}/home/%{testuser}/tests +find %{buildroot}/home/%{testuser}/tests -name .gitignore -exec rm {} \; %clean rm -rf $RPM_BUILD_ROOT