diff options
| author | Paul Spooren | 2024-05-03 15:26:35 +0000 |
|---|---|---|
| committer | Paul Spooren | 2024-05-17 19:03:06 +0000 |
| commit | 3e5a23639f53f6a5e969f7c243b534f31399fe8a (patch) | |
| tree | b5dcf5b4dfa12d6b76b45eaee75b4877151a84cf | |
| parent | ad4bd9c5d8245ca7e8abaccce8ff106e2a16980b (diff) | |
| download | openwrt-3e5a23639f53f6a5e969f7c243b534f31399fe8a.tar.gz | |
gitignore: ignore local APK keys
Those keys should never be added to the git repository.
Signed-off-by: Paul Spooren <mail@aparcar.org>
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 84cfc99770..ad04755919 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ /*.patch /llvm-bpf* key-build* +private-key.pem +public-key.pem *.orig *.rej *~ |