[PATCH v2 1/2] wireless-regdb: Update .gitignore
Jiaxun Yang
jiaxun.yang at flygoat.com
Tue Aug 13 12:39:39 PDT 2024
Update .gitignore to ignore Python cache files and other
intermediate files.
Signed-off-by: Jiaxun Yang <jiaxun.yang at flygoat.com>
---
.gitignore | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
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
--
2.46.0
More information about the wireless-regdb
mailing list