diff mbox series

[v2,1/2] wireless-regdb: Update .gitignore

Message ID 20240813-workflow-v2-1-6d8039283d45@flygoat.com
State New
Headers show
Series wireless-regdb: Workflow updates | expand

Commit Message

Jiaxun Yang Aug. 13, 2024, 7:39 p.m. UTC
Update .gitignore to ignore Python cache files and other
intermediate files.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 .gitignore | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index a59d40833aa0..496247bfdbd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,9 @@ 
-key.priv.pem
-dbparse.pyc
+__pycache__/
+*.py[cod]
+*$py.class
+
+.custom
+!wens.key.pub.pem
+!wens.x509.pem
+*.pem
+*.patch