Skip to content

Commit a8afa74

Browse files
authored
Merge pull request #620 from gojimmypi/pr-keystore-cleanup
Ensure no generated keystore files are included
2 parents 61d6232 + fe3967e commit a8afa74

File tree

4 files changed

+9
-98
lines changed

4 files changed

+9
-98
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ src/ecc384_pub_key.c
6060
src/ecc512_pub_key.c
6161
src/rsa2048_pub_key.c
6262
src/rsa4096_pub_key.c
63+
64+
# Any other generated keystore files
65+
/**/keystore.c
66+
/**/wolfboot_signing_private_key.der
67+
/**/keystore.der
68+
6369
# Renesas key data files
6470
include/key_data.*
6571
include/enckey_data.*

IDE/MPLAB/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wolfBoot demo application for MPLABx IDE
22

3-
Instruction to compile and test under Windows or Linux OS.
3+
Instructions to compile and test under Windows or Linux OS.
44

55

66
## Target platform
@@ -81,7 +81,7 @@ you plan to modify the geometry of your partitions in FLASH.
8181

8282
The FLASH memory configuration for this demo is located in include/MPLAB/target.h.
8383

84-
The file can be changed manually to set a new partitions geometry, or a new target.h
84+
The file can be changed manually to set a new partitions geometry, or a new target.h
8585
could be created in the include/ directory by running `make`, which will be based
8686
on the chosen configuration via the `.config` file. If a custom `target.h` is created
8787
by `make`, the demo version in `include/MPLAB` can be removed.

IDE/MPLAB/test/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See the [../README.md](../README.md) for instructions on populating this directory.

IDE/MPLAB/test/keystore.c

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)