Skip to content

Commit

Permalink
Update FOP.py Ignore List (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
LanikSJ authored Oct 5, 2024
1 parent 97f9d45 commit 6d23508
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions scripts/FOP.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,7 @@
COMMITPATTERN = re.compile(r"^(A|M|P)\:\s(\((.+)\)\s)?(.*)$")

# List the files that should not be sorted, either because they have a special sorting system or because they are not filter files
IGNORE = (
"CC-BY-SA.txt",
"easytest.txt",
"GPL.txt",
"MPL.txt",
"easylist_specific_hide_abp.txt",
"easyprivacy_specific_uBO.txt",
"enhancedstats-addon.txt",
"fanboy-tracking",
"firefox-regional",
"other",
"easylist_cookie_specific_uBO.txt",
"fanboy_annoyance_specific_uBO.txt",
"fanboy_newsletter_specific_uBO.txt",
"fanboy_notifications_specific_uBO.txt",
"fanboy_social_specific_uBO.txt",
"fanboy_newsletter_shopping_specific_uBO.txt",
"fanboy_agegate_specific_uBO.txt",
)
IGNORE = ("backup", )

# List all Adblock Plus options (excepting domain, which is handled separately), as of version 1.3.9
KNOWNOPTIONS = (
Expand Down

0 comments on commit 6d23508

Please sign in to comment.