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>
16 lines
309 B
Text
16 lines
309 B
Text
# 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###
|