apc-p15-tool/.gitignore
Greg T. Wallace da84a7b085 debug: add base64 encoded debug files
When troubleshooting it is helpful to put the generated files into an asn1 decoder. The files can be copy/pasted easily in b64 format.

This change creates b64 files when the debug flag is set to make this process easier.
2024-06-04 18:59:36 -04:00

10 lines
96 B
Text

# key/cert files
*.p15
*.pem
*.b64
# ignore test_data folder
/_test_data
# build folder
/_out