9ba61d0ce5
In /crypto/.gitignore, list files that are generated by a build done under /crypto/. In the outer /.gitignore, list files under /crypto/ only if they are created by the export process. This commit slightly refines both lists and adds some build products to /crypto/.gitignore.
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
*.exe
|
|
*.o
|
|
*.obj
|
|
/docs/*.pdf
|
|
/docs/html
|
|
/library/libmbedcrypto*.a
|
|
/library/libmbedcrypto*.dll
|
|
/library/libmbedcrypto*.so
|
|
/library/libmbedcrypto*.so.[0-9]*
|
|
/programs/psa/crypto_examples
|
|
/programs/psa/key_ladder_demo
|
|
/programs/psa/psa_constant_names
|
|
/tests/test_suite_*
|