Files
brave-core/.gitignore
T
cdesouza-chromium 33d67de6fd [bots] Use unsafe_buffers_patchs.txt from upstream (#30279)
This PR removes the handling of
`//build/config/unsafe_buffers_paths.txt` in `brave-core` and just
patches the upstream file with our exclusions. Having our own copy of
this exclusion file was necessary at first, in order to provide
duplicated entries to handle `src/` path entries. This is not required
anymore with angle-bracket `chromium_src` inclusions.

This change also cleans up one of the static gn arg values in
`config.js`, as we work to move all these values out of it.

Resolves https://github.com/brave/brave-browser/issues/47916
2025-07-25 10:05:50 +01:00

87 lines
1.8 KiB
Plaintext

.cache/clangd
vendor/python-patch
vendor/sparkle
vendor/bat-native-tweetnacl
vendor/gn-project-generators
vendor/web-discovery-project
vendor/depot_tools
vendor/omaha/
.DS_Store
.brave_gclient_*
.gclient_*
.tags*
.cipd
/chromium_src/.clang-format
/.idea/
/components/brave_new_tab_ui/data/LICENSE
/components/brave_wallet/browser/zcash/rust/librustzcash/src/
/components/brave_rewards/resources/extension/brave_rewards/out/
/components/third_party/adblock/LICENSE
/components/third_party/local_data/LICENSE
/dist/
/out/
node_modules/
patches/**/*.patchinfo
/third_party/android_deps/libs/com_google_android_play_core/core-1.10.0.aar
/third_party/android_deps/libs/com_google_android_play_core/core-1.10.3.aar
/third_party/argon2/src
/third_party/brave-vpn-wireguard-nt-dlls/
/third_party/brave-vpn-wireguard-tunnel-dlls/
/third_party/bip39wally-core-native/
/third_party/ethash/src
/third_party/bitcoin-core/src
/third_party/playlist_component/src
/third_party/reclient_configs/src
/third_party/rust/futures_retry/v0_5/crate
/third_party/cryptography
/third_party/macholib
/third_party/libdmg-hfsplus/
*.xcodeproj
!/ios/brave-ios/App/*.xcodeproj
*.swp
*.pyc
*.VC.db
*.VC.VC.opendb
.vs/
.vscode/
*.vcxproj
*.vcxproj.user
*.vcxproj.filters
*.sln
debug.log
npm-debug.log
.npmrc*
.env*
engflow.crt
*.key
!tools/crates/vendor/**/*.key
!ui/webui/resources/wasm/vendor/**/*.key
privkey.pem
*~
CMakeLists.txt
!tools/crates/vendor/**/CMakeLists.txt
!ui/webui/resources/wasm/vendor/**/CMakeLists.txt
cmake-build-debug/
coverage/
/build/rustup/
venv/
*.dmg
*.pkg
*.deb
*.rpm
*.exe
.storybook-out
test_get_pkgs
build/config/gclient_args.gni
third_party/rust/target
xcuserdata
# This is a temp file used by script/version_up.py
.version_upgrade
# A file that may be left behind in the CI after running presubmits
.presubmit_results.json
# Claude LLM settings
.claude