From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07ECAC433EF for ; Mon, 16 May 2022 10:27:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241287AbiEPK1k (ORCPT ); Mon, 16 May 2022 06:27:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241400AbiEPK1d (ORCPT ); Mon, 16 May 2022 06:27:33 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D139120B6; Mon, 16 May 2022 03:27:32 -0700 (PDT) Message-ID: <20220516102615.766987817@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652696851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=z4uxJ2Fe9V1FkV5qNjPZemnSQMhnfhGb2cwBVgOV5X8=; b=1UUFlMH9zhh/CYxEsMdVlAEz3INtYFSkTJlyFO/l/J50abJ5fs3Li2h5jqBSDjJ2BVagLS ZTGi+XcTR+oNOMMzr5KnL4T/+RRtgWt0dLHYix34gqn3T4ECw89TI18m99cE+kU/gyA223 OLaxNfiI+bGpI90Xr0EgVRFhscH5mYX0rZBnFzakzcrdy2UdUdtN1CFooZnkjVeoe5zmx3 bux2dARCYBl8NZwrOLAHq5iMVyPJTS6vbWDSZRC1GfYdc4kURMeK3+gcBdjhVIhM31CG9s waZTYodZVCjvhcNRkG0QIU3c3cAeZwtHyi874yynaAgMS7zxEHY2sVvEDGunKg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652696851; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=z4uxJ2Fe9V1FkV5qNjPZemnSQMhnfhGb2cwBVgOV5X8=; b=X8P0/sjKL6dy6xhzTSBqN0JrFYnGyhWnNtpu7TOiVhxkHzePqc/tf6a6T8izQR8JT1CsfY Uk+HarZljk/TyfCA== From: Thomas Gleixner To: LKML Cc: linux-spdx@vger.kernel.org, Greg Kroah-Hartman , Christoph Hellwig Subject: [patch 6/9] scripts/spdxcheck: Exclude config directories References: <20220516101901.475557433@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Mon, 16 May 2022 12:27:30 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Kernel configuration files like default configs are machine generated and pretty useless outside of the kernel context. Signed-off-by: Thomas Gleixner --- scripts/spdxexclude | 5 +++++ 1 file changed, 5 insertions(+) --- a/scripts/spdxexclude +++ b/scripts/spdxexclude @@ -6,3 +6,8 @@ # create lots of noise for no value LICENSES/ license-rules.rst + +# Ignore config files and snippets. The majority is generated +# by the Kconfig tools +kernel/configs/ +arch/*/configs/