From a64a3078aa1ee2cb411f786e9b9c3526b0c7f36d Mon Sep 17 00:00:00 2001 From: Scott Little Date: Thu, 17 Dec 2020 14:02:40 -0500 Subject: [PATCH] Ignore downloads-backup* directories Tell git to ignore the stx/download-backup* directories that are now produced by populate_downloads.sh. Partial-bug: 1908297 Signed-off-by: Scott Little Change-Id: I7899250266d5145708312ed414a24f2a8815051b --- stx/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/stx/.gitignore b/stx/.gitignore index 9c1366cd..c2c849eb 100644 --- a/stx/.gitignore +++ b/stx/.gitignore @@ -17,6 +17,7 @@ installer-prebuilt /distributedcloud-client /docs /downloads +/downloads-backup* /fault /git /gui