Skip to content

Commit 3e5a236

Browse files
committed
gitignore: ignore local APK keys
Those keys should never be added to the git repository. Signed-off-by: Paul Spooren <[email protected]>
1 parent ad4bd9c commit 3e5a236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
/*.patch
2222
/llvm-bpf*
2323
key-build*
24+
private-key.pem
25+
public-key.pem
2426
*.orig
2527
*.rej
2628
*~

0 commit comments

Comments
 (0)