diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index 10c07bde16a..66303b55923 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -38,6 +38,7 @@ ignored_files = [ os.path.join(".", "target", "*"), os.path.join(".", "ports", "gonk", "src", "native_window_glue.cpp"), os.path.join(".", "ports", "cef", "*"), + os.path.join(".", "ports", "geckolib", "bindings.rs"), # MIT license os.path.join(".", "components", "util", "deque", "mod.rs"), |