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:
parent
db084d16ea
commit
77b0d645f5
4 changed files with 21 additions and 14 deletions
10
visualc/VS2013/.gitignore
vendored
10
visualc/VS2013/.gitignore
vendored
|
@ -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###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue