From owner-svn-src-head@freebsd.org Sun Aug 11 20:12:19 2019 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2DFBC0BDD; Sun, 11 Aug 2019 20:12:19 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4669BC3mQ0z4Jpc; Sun, 11 Aug 2019 20:12:19 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.10] (unknown [IPv6:2601:641:300:6e9f:2813:442c:2dc2:7131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id D87072AB41; Sun, 11 Aug 2019 20:12:18 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.1b.0.190715 Date: Sun, 11 Aug 2019 13:12:12 -0700 Subject: Re: svn commit: r350843 - head From: Ravi Pokala To: Conrad Meyer , , , Message-ID: Thread-Topic: svn commit: r350843 - head References: <201908101822.x7AIMMZg018080@repo.freebsd.org> In-Reply-To: <201908101822.x7AIMMZg018080@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2019 20:12:19 -0000 Since you brought it up, why are the LINTs generated into the src tree anyw= ay? Shouldn't they go in the build tree? -Ravi (rpokala@) =EF=BB=BF-----Original Message----- From: on behalf of Conrad Meyer Date: 2019-08-10, Saturday at 11:22 To: , , Subject: svn commit: r350843 - head Author: cem Date: Sat Aug 10 18:22:22 2019 New Revision: 350843 URL: https://svnweb.freebsd.org/changeset/base/350843 =20 Log: .gitignore: Add LINT kernel configurations generated into SRCDIR =20 Modified: head/.gitignore =20 Modified: head/.gitignore =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D --- head/.gitignore Sat Aug 10 17:58:30 2019 (r350842) +++ head/.gitignore Sat Aug 10 18:22:22 2019 (r350843) @@ -17,3 +17,19 @@ GTAGS ID cscope.out ?cscope.out +# Ignore LINT generated configs. +/sys/amd64/conf/LINT +/sys/amd64/conf/LINT-NOINET +/sys/amd64/conf/LINT-NOINET6 +/sys/amd64/conf/LINT-NOIP +/sys/arm/conf/LINT +/sys/arm/conf/LINT-V5 +/sys/arm/conf/LINT-V7 +/sys/arm64/conf/LINT +/sys/i386/conf/LINT +/sys/i386/conf/LINT-NOINET +/sys/i386/conf/LINT-NOINET6 +/sys/i386/conf/LINT-NOIP +/sys/powerpc/conf/LINT +/sys/powerpc/conf/LINT64 +/sys/sparc64/conf/LINT =20 =20