We currently have a list of exclusion for files we generate patches for, although this list is in the code for `updatePatches.js`. This change separate the list itself from the filter.
21 lines
616 B
INI
21 lines
616 B
INI
# Copyright (c) 2025 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
buildtools/reclient_cfgs/*
|
|
chrome/app/theme/default/*
|
|
chrome/app/theme/brave/*
|
|
chrome/app/theme/chromium/*
|
|
third_party/win_build_output/midl/chrome/elevation_service/*
|
|
third_party/win_build_output/midl/google_update/*
|
|
*.png
|
|
*.xtb
|
|
*.grd
|
|
*.grdp
|
|
*.svg
|
|
*new_tab_page_view.xml
|
|
*channel_constants.xml
|
|
chrome/VERSION
|
|
ui/webui/resources/css/text_defaults_md.css
|