[PATCH v1 1/2] git: ignore standard python files
Bruce Richardson
bruce.richardson at intel.com
Fri Nov 4 10:26:39 CET 2022
On Thu, Nov 03, 2022 at 01:29:25PM +0000, Juraj Linkeš wrote:
> These are python byte-compiled/optimized/dll files and IDE files.
>
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> ---
> .gitignore | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 212c7aa28e..fbec0ce441 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -33,8 +33,10 @@ GRTAGS
> tags
> TAGS
>
> -# ignore python bytecode files
> -*.pyc
> +# python byte-compiled/optimized/dll files
> +__pycache__/
> +*.py[cod]
> +*$py.class
>
Looks harmless :-)
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list