]> git.ipfire.org Git - thirdparty/grub.git/commit
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)
commitfb1f8973732ea3b66c828e4c4c263cf8211aa447
treec69b26226ec0642df10117b6155009ebe57b392a
parent16b09cd056a271e7a09a3406411561393a95761a
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 <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
.gitignore