Parcourir la source

gitignore: ignore local APK keys

Those keys should never be added to the git repository.

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren il y a 1 an
Parent
commit
3e5a23639f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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