Received: by 2002:a05:6358:489b:b0:bb:da1:e618 with SMTP id x27csp2123178rwn; Fri, 9 Sep 2022 08:49:44 -0700 (PDT) X-Google-Smtp-Source: AA6agR5E8sJxif37DqLHJhjO+IAxBuGvU0PhSNGc5djY+mYq542ncYMcgJwYq78uL5l05qWQi9XN X-Received: by 2002:a17:906:7714:b0:74f:f771:4e0 with SMTP id q20-20020a170906771400b0074ff77104e0mr9760529ejm.623.1662738584480; Fri, 09 Sep 2022 08:49:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1662738584; cv=none; d=google.com; s=arc-20160816; b=sh9Uo8RVV2up5pYVemMV5lusWVVWgdr0GxUrH2CTIa0FzEm3M/MNPA6edze/TNILXe FyQoGsVVw5eCLx3xBh56t1byZzP8qStVu3AWm0vkQNKyXq6BN3OS3eIzmOVOZqmv+DBu Eb0EEku3Jd78JQUAEta3othn26LhxeWpwqjj40GmzFKgbwaNFvwTmqfkKwtX5zLt/FwK D8n5mhEPinnp0x704z8PUBliza4pPnHvi+zQ75kU5BhBoByo2VkDFycS9IxjlJ3Bs9Cb s9uilhheuD3hWxLUfMKXuRRzpGAvdntEtcWvZ4dgHcTNPRAFNwNhzWd/SMKTELsurHiZ wWvA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=TYx2v0riB2dEJBNai3PiAae+VC8W6NK4dzw8NT/R4cM=; b=YdaVI1BLHPsW4wzKhL6m10dOJF9EKMrZhsuAanud8bsrPD5S4x4LS+MZhhvVvHowMe 187WDAIMGpIAw+h+uUoTAmO7zOaxkrE+vOkmEh66Bb69Ws5xSP37by8v2t6xsFTDp8ZB qFLd5DSLTK/imSD1RtZI62/zO+ijcozCQbYAUAlGPEOMsf2Qw/3CR5khvLUy1Pv59etG 85jmESkO5H+4Bqgaf2QPPJKGeIChIg/Ri3qukdnFm3qJEzxumb9IuiXxioaBYlCPmmVo okGTJc44TDfTJWGEU4C8TAT8HAhUCOO9RWBl1ArsXt9k1cu7GsQyLYf+3P0+cQPIW8Xy +Ljg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id r3-20020a170906364300b0073d72cfefdcsi613170ejb.920.2022.09.09.08.49.18; Fri, 09 Sep 2022 08:49:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231958AbiIIPdS (ORCPT + 99 others); Fri, 9 Sep 2022 11:33:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232040AbiIIPcm (ORCPT ); Fri, 9 Sep 2022 11:32:42 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BFF1AC165D; Fri, 9 Sep 2022 08:32:29 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9DDF91BA8; Fri, 9 Sep 2022 08:28:52 -0700 (PDT) Received: from e126387.arm.com (unknown [10.57.17.154]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E22D13F73D; Fri, 9 Sep 2022 08:28:44 -0700 (PDT) From: carsten.haitzler@foss.arm.com To: linux-kernel@vger.kernel.org Cc: coresight@lists.linaro.org, suzuki.poulose@arm.com, mathieu.poirier@linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, linux-perf-users@vger.kernel.org, acme@kernel.org Subject: [PATCH v9 12/13] perf test: Add git ignore for tmp and output files of CoreSight tests Date: Fri, 9 Sep 2022 16:28:02 +0100 Message-Id: <20220909152803.2317006-13-carsten.haitzler@foss.arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220909152803.2317006-1-carsten.haitzler@foss.arm.com> References: <20220909152803.2317006-1-carsten.haitzler@foss.arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Carsten Haitzler Ignore other output files of the new CoreSight tests so they don't fill git status with noise we don't need or want. Signed-off-by: Carsten Haitzler --- tools/perf/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index faa23b5d32f5..a653311d9693 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -22,6 +22,7 @@ perf-archive perf-iostat tags TAGS +stats-*.csv cscope* config.mak config.mak.autogen @@ -29,6 +30,7 @@ config.mak.autogen *-flex.* *.pyc *.pyo +*.stdout .config-detected util/intel-pt-decoder/inat-tables.c arch/*/include/generated/ -- 2.32.0