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:
parent
ad4bd9c5d8
commit
3e5a23639f
|
@ -21,6 +21,8 @@
|
|||
/*.patch
|
||||
/llvm-bpf*
|
||||
key-build*
|
||||
private-key.pem
|
||||
public-key.pem
|
||||
*.orig
|
||||
*.rej
|
||||
*~
|
||||
|
|
Loading…
Reference in New Issue