Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.04k stars 2.51k forks source link

Ignore cross compiler cmake files and .a files #9326

Open jgshumate1 opened 2 days ago

jgshumate1 commented 2 days ago

Removed cmake generated files for config, version, targets. And static library files generated.

Description

When building cmake files for cross compilation, additional cmake files get created. It would be nice not to see these as new uncommitted files. Also when building static libraries, the .a files are showing as new uncommitted files.

The additional generated cmake files are MbedTLSConfig.cmake MbedTLSConfigVersion.cmake MbedTLSTargets.cmake

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")