##// END OF EJS Templates
help: correct description of "glob:foo/*" matching...
Martin von Zweigbergk -
r32803:efebc9f5 stable
parent child Browse files
Show More
@@ -58,7 +58,8 b' Glob examples::'
58 58 *.c any name ending in ".c" in the current directory
59 59 **.c any name ending in ".c" in any subdirectory of the
60 60 current directory including itself.
61 foo/* any file in directory foo plus all its subdirectories,
61 foo/* any file in directory foo
62 foo/** any file in directory foo plus all its subdirectories,
62 63 recursively
63 64 foo/*.c any name ending in ".c" in the directory foo
64 65 foo/**.c any name ending in ".c" in any subdirectory of foo
General Comments 0
You need to be logged in to leave comments. Login now