Commit d1a69008 authored by Michal Čihař's avatar Michal Čihař

Ignore database names

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e0f18494
...@@ -426,6 +426,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -426,6 +426,7 @@ SAME_BLACKLIST = frozenset((
'motif', 'motif',
'mouse', 'mouse',
'mph', 'mph',
'mysql',
'multiplayer', 'multiplayer',
'musicbottle', 'musicbottle',
'name', 'name',
...@@ -519,6 +520,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -519,6 +520,7 @@ SAME_BLACKLIST = frozenset((
'portrait', 'portrait',
'position', 'position',
'post', 'post',
'postgresql',
'posts', 'posts',
'pre', 'pre',
'pre-commit', 'pre-commit',
...@@ -630,6 +632,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -630,6 +632,7 @@ SAME_BLACKLIST = frozenset((
'sponsors', 'sponsors',
'sport', 'sport',
'sql', 'sql',
'sqlite',
'standard', 'standard',
'start', 'start',
'stat', 'stat',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment