Add gitignore anchors to denote generated files

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>
This commit is contained in:
Agathiyan Bragadeesh 2023-07-06 17:58:18 +01:00
parent db084d16ea
commit 77b0d645f5
4 changed files with 21 additions and 14 deletions

View file

@ -1,7 +1,3 @@
# Files automatically generated by generate_visualc_files.pl
/mbedTLS.sln
/*.vcxproj
# Files that may be left over from check-generated-files.sh
/*.bak
@ -12,3 +8,9 @@
/Release/
/*.vcxproj.filters
/*.vcxproj.user
###START_GENERATED_FILES###
# Files automatically generated by generate_visualc_files.pl
/mbedTLS.sln
/*.vcxproj
###END_GENERATED_FILES###