aboutsummaryrefslogtreecommitdiff
path: root/build2/name.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/name.cxx')
-rw-r--r--build2/name.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/name.cxx b/build2/name.cxx
index 27733af..fe2955a 100644
--- a/build2/name.cxx
+++ b/build2/name.cxx
@@ -65,6 +65,7 @@ namespace build2
' ', '\t', '\n', '#', // Spaces.
'\\', '"', // Escaping and quoting.
'%', // Project name separator.
+ '*', '?', // Wildcard characters.
pair, // Pair separator, if any.
'\0'};