[PATCH v2 1/2] wireless-regdb: Update .gitignore
Jiaxun Yang <[email protected]> Tue, 13 Aug 2024 20:39:39 +0100
| Newsgroups | org.infradead.lists.wireless-regdb,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
Update .gitignore to ignore Python cache files and other intermediate files. Signed-off-by: Jiaxun Yang <[email protected]> --- .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