]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
gitignore: Ignore python bytecode files
authorGlenn Washburn <development@efficientek.com>
Wed, 28 Jun 2023 07:26:27 +0000 (02:26 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 3 Jul 2023 11:41:32 +0000 (13:41 +0200)
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 <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
.gitignore

index 4064d3d1ec891ec4947600973d4052c782ba9419..11fcecf5c40bb3af0c0622ccad504ee28ef6de3b 100644 (file)
@@ -16,6 +16,7 @@
 *.o
 *.pf2
 *.pp
+*.pyc
 *.trs
 *~
 .deps-core/