1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-07 20:50:57 +02:00

gitignore: ignore local APK keys

Those keys should never be added to the git repository.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2024-05-03 17:26:35 +02:00
parent ad4bd9c5d8
commit 3e5a23639f

2
.gitignore vendored
View File

@ -21,6 +21,8 @@
/*.patch
/llvm-bpf*
key-build*
private-key.pem
public-key.pem
*.orig
*.rej
*~