From: Glenn Washburn Date: Wed, 28 Jun 2023 07:26:27 +0000 (-0500) Subject: gitignore: Ignore python bytecode files X-Git-Tag: grub-2.12-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb1f8973732ea3b66c828e4c4c263cf8211aa447;p=thirdparty%2Fgrub.git gitignore: Ignore python bytecode files Python bytecode files, which end in .pyc, may be generated by the build system as needed and should not go into the git repository. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/.gitignore b/.gitignore index 4064d3d1e..11fcecf5c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.o *.pf2 *.pp +*.pyc *.trs *~ .deps-core/