wmllint: Ignore Mercurial .hg directories
This commit is contained in:
parent
dd4dc91a9e
commit
184af275eb
1 changed files with 1 additions and 1 deletions
|
@ -2556,7 +2556,7 @@ def spellcheck(fn, d):
|
|||
except AttributeError:
|
||||
print "Caught AttributeError when trying to remove %s from dict" % word
|
||||
|
||||
vctypes = (".svn", ".git")
|
||||
vctypes = (".svn", ".git", ".hg")
|
||||
|
||||
def interesting(fn):
|
||||
"Is a file interesting for conversion purposes?"
|
||||
|
|
Loading…
Add table
Reference in a new issue