grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gitignore: Ignore python bytecode files


From: Glenn Washburn
Subject: [PATCH] gitignore: Ignore python bytecode files
Date: Wed, 28 Jun 2023 02:26:27 -0500

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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4064d3d1ec89..11fcecf5c40b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
 *.o
 *.pf2
 *.pp
+*.pyc
 *.trs
 *~
 .deps-core/
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]