mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
77b0d645f5
These anchors encapsulate gitignore patterns which typically ignore files generated, so that scripts can be used to comment and uncomment these patterns for releases when we need the generated files in the repository. Signed-off-by: Agathiyan Bragadeesh <agabra02@e127300.arm.com>
17 lines
309 B
Plaintext
17 lines
309 B
Plaintext
# Files that may be left over from check-generated-files.sh
|
|
/*.bak
|
|
|
|
# Visual Studio artifacts
|
|
/.localhistory/
|
|
/.vs/
|
|
/Debug/
|
|
/Release/
|
|
/*.vcxproj.filters
|
|
/*.vcxproj.user
|
|
|
|
###START_GENERATED_FILES###
|
|
# Files automatically generated by generate_visualc_files.pl
|
|
/mbedTLS.sln
|
|
/*.vcxproj
|
|
###END_GENERATED_FILES###
|