Differences
This shows you the differences between the selected revisions of the page.
2015-10-19 | 2015-10-20 | ||
Another try for clarification. (Petr) | theres no similarity between *.* and * (martin) | ||
Line 83: | Line 83: | ||
===== Exceptions ===== | ===== Exceptions ===== | ||
- | For convenience, mask ''*.*'' is an exception matching any file or directory, even if its name does not include any dot. Similarly, mask ''*.'' matches any file or directory without an extension. | + | For convenience, mask ''*.*'' is an exception matching any file or directory, even if its name does not include any dot. Contrary, mask ''*.'' matches any file or directory without an extension. |