mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 13:49:55 +00:00
This reverts commit 0bebf8b8c7.
Signed-off-by: Minos Galanakis <[email protected]>
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###
|