[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z_914nf_HQZNl_NI@smile.fi.intel.com>
Date: Wed, 16 Apr 2025 12:18:26 +0300
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc: Linux Doc Mailing List <linux-doc@...r.kernel.org>,
Jonathan Corbet <corbet@....net>,
Thomas Weißschuh <linux@...ssschuh.net>,
Ard Biesheuvel <ardb@...nel.org>,
Kris Van Hees <kris.van.hees@...cle.com>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Li Zhijian <lizhijian@...itsu.com>,
Masahiro Yamada <masahiroy@...nel.org>,
Miguel Ojeda <ojeda@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Tamir Duberstein <tamird@...il.com>,
Vegard Nossum <vegard.nossum@...cle.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/2] .gitignore: ignore Python compiled bytecode
On Wed, Apr 16, 2025 at 03:51:05PM +0800, Mauro Carvalho Chehab wrote:
> While the building system doesn't create any Python JIT bytecode,
> if one manually runs kernel-doc.py or get_abi.py, Python will,
> by default, create a bytecode and store it under scripts/lib/*.
>
> This is normal, and not controlled by the Kernel itself. So,
> add *.pyc as an extension to be ignored.
...
> *.mod.c
> *.o
> *.o.*
> +*.pyc
> *.patch
> *.rmeta
> *.rpm
Same comment as per v2. This list seems ordered.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists