Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference/conanfile_txt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@ Example to collect license files from dependencies into a *licenses* folder, exc

[imports]
., license* -> ./licenses @ folder=True, ignore_case=True, excludes=*.html *.jpeg

Comments
++++++++

A comment starts with a hash character (`#`) and ends at the end of the physical line.
Comments are ignored by the syntax; they are not tokens.