aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/tidy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py
index febd9cd6a95..7e160ba6391 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -39,6 +39,7 @@ ignored_files = [
os.path.join(".", "resources", "hsts_preload.json"),
os.path.join(".", "tests", "wpt", "metadata", "MANIFEST.json"),
os.path.join(".", "tests", "wpt", "metadata-css", "MANIFEST.json"),
+ os.path.join(".", "components", "script", "dom", "webidls", "ForceTouchEvent.webidl"),
# Hidden files
os.path.join(".", "."),
]