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
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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