[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALWYx-bvyzN3nGtGpLKyoayWLtzKwJGCtdFMfg=6bJSP2qYNGg@mail.gmail.com>
Date: Fri, 28 Apr 2023 11:55:17 +0900
From: Brandon Ross Pollack <brpol@...omium.org>
To: Dan Carpenter <error27@...il.com>
Cc: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>,
linux-kernel@...r.kernel.org, masahiroy@...nel.org,
ojeda@...nel.org, alex.gaynor@...il.com, keescook@...omium.org,
nathan@...nel.org
Subject: Re: [PATCH] .gitignore: ignore smatch generated files
On Thu, Apr 27, 2023 at 8:20 PM Dan Carpenter <error27@...il.com> wrote:
>
> Thanks for this. To be honest, I hadn't remembered that Smatch
> still generates trinity_smatch.[ch]. I would prefer to just delete that
> stuff. Another idea is maybe Smatch could put everything in a
> smatch/ directory? That feels like maybe it would be nicer?
Sure, that'd be great as well. I'm pretty sure that smatch outputs
these files from whatever directory you run from, that's why I did the
overall pattern rather than a path pattern.
Should we just patch smatch to not output trinity* files and output to
a directory and change this patch to mask out the directory?
>
> regards,
> dan carpenter
Powered by blists - more mailing lists