Received: by 2002:ad5:4acb:0:0:0:0:0 with SMTP id n11csp4391385imw; Tue, 12 Jul 2022 07:12:54 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tovg+vYPZa52xCDuTHnnLuP9mlOYKU80DGo5g/fRkc7N3MhtSUrF9C8kXImjFyXKYnaqsV X-Received: by 2002:a17:906:38ce:b0:715:8483:e02e with SMTP id r14-20020a17090638ce00b007158483e02emr24577961ejd.442.1657635174565; Tue, 12 Jul 2022 07:12:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1657635174; cv=none; d=google.com; s=arc-20160816; b=bZ0mS/oQL60vlbS2BmiSb7a+r/XZ3Es/U05qhdzwwLO2W4EL5YiOVrynAz734UC95x OWRZ/J9L4Wrfmqkoi0x5myN7rQu1Es2pflxSEGRbBgTXc+Ypn/B7BZbUpkQJqTf1ZOqX u21P06/3CWfYVJ6uls2T1XJ3Gb/hV3yvaO5VCzqiLi6pVtg9vxllH8xaKlsJhuNHWukz Ha6sLPaYVno9KMc5N/47RBnFdhFqxn94Y6KNw7LOQeZilzf7uI9ZeZoy9VkmtIe1b8+7 FCUexvSuuuzhVK3Yo9QIKH5jm6nU1S9PtgCFB0JdsuodCSy8b/2j+bBtvMICduBGmLWy PHqw== 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=/IHynMi7DO5Z5ASxecWoQ5ZMe1W09GXUOTP/xTEWec0=; b=urzCkI6RGCeQSdbtKvI0IscEytQNT5wBUJGV/hZN+MjscerPztAkLxctWDdKwIToMG yTZC8ZhszXpUlYDC5OAzysFFdG8YYn9/pLeYPawMd3ux13yQxLXH4PdkEmwIE+KOudOE HXxIINjjSwEN2nfEV7jfcetfQFIOahkiuUMRd6UCWOC2yl5azoq2Z2TQXBrZPj5kao2E Da4Om0aJsSksUAn09kkqcTMPwBYCBPXNbHL1tOuQgQzrL/CXycsLMrhckhmWcOdFHCWX kQEhk29lXHuvWGxr/jPZnXzuLf113g+nv/UnTeSAk0wZE3pDL4Ruf9419/6gSzbeT5iI sVfw== 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 o2-20020a056402438200b0043abd7a1ba6si13755134edc.618.2022.07.12.07.12.29; Tue, 12 Jul 2022 07:12:54 -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 S232387AbiGLOBE (ORCPT + 99 others); Tue, 12 Jul 2022 10:01:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233475AbiGLN6z (ORCPT ); Tue, 12 Jul 2022 09:58:55 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2D7ED28A; Tue, 12 Jul 2022 06:58:40 -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 061FC1596; Tue, 12 Jul 2022 06:58:41 -0700 (PDT) Received: from e126387.arm.com (unknown [10.57.72.222]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 656063F73D; Tue, 12 Jul 2022 06:58:39 -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 13/14] perf test: Add git ignore for tmp and output files of CoreSight tests Date: Tue, 12 Jul 2022 14:57:49 +0100 Message-Id: <20220712135750.2212005-14-carsten.haitzler@foss.arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220712135750.2212005-1-carsten.haitzler@foss.arm.com> References: <20220712135750.2212005-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 (Rasterman)" 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