This commit is contained in:
Skylar Downes 2016-09-15 10:49:59 -07:00 committed by GitHub
parent 383fc02ba6
commit 69f72c6f4b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ Builtin configuration file options
* matches everything
? matches any single character
[seq] matches any character inbu seq
[seq] matches any character in seq
[!seq] matches any char not in seq
Default patterns are ``'.*', 'build', 'dist', 'CVS', '_darcs', '{arch}', '*.egg'``.