diff --git a/db/ignore_patterns/gitweb.json b/db/ignore_patterns/gitweb.json new file mode 100644 index 00000000..64ca6bb8 --- /dev/null +++ b/db/ignore_patterns/gitweb.json @@ -0,0 +1,11 @@ +{ + "name": "gitweb", + "patterns": [ + "[?;&]a=commit($|[;&])", + "[?;&]a=commitdiff($|[;&])", + "[?;&]hb?=[0-9a-f]+($|[;&])", + "[?;&]a=blob_plain[;&]f=[^;&]*[;&]hb=refs/[^;&]*($|[;&])", + "[?;&]a=history[;&]f=[^;&]+([;&]hb=HEAD)($|[;&])" + ], + "type": "ignore_patterns" +}