dart-sdk/.gitignore
Jonas Termansen ac06ea07bd [beta] Migrate from Goma to RBE.
This change is a necessary infrastructure migration that switches
building dart for testing to RBE instead of Goma. The release
artifacts are unchanged as RBE must not be used for official
releases and only affects the commit queue and post-submit testing.

The anthology of RBE commits to main since the 3.4.0-190.1 branch point
is cherry-picked in their entirety without merge conflicts to put the
beta branch in the same supported state as main.

Bug: b/296994239
Change-Id: I0b454d9d95e7bb6f978db344ba9eadfde6e979dc
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355761
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355780
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355683
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355400
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/343440
Cherry-pick-request: https://github.com/dart-lang/sdk/issues/55184
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357342
Reviewed-by: William Hesse <whesse@google.com>
2024-03-19 09:22:08 +00:00

115 lines
1.6 KiB
Plaintext

# Build artifacts and dependencies.
/.children
/.project
/Makefile
/base
/benchmarks-internal
/buildtools
/ipch
/out
/xcodebuild
/.flaky.log
/.debug.log
*.Makefile
*.opensdf
*.sdf
*.sln
*.suo
*.target.mk
*.host.mk
*.vcproj
*.vcxproj
*.vcxproj.filters
/*.vcxproj.user
*.stamp
# Gyp generated files
*.xcodeproj
*.intermediate
# Eclipse config files - also in all subdirectories.
.children
.project
.settings
# IntelliJ project files
*.iml
.idea
CMakeLists.txt
.clang_complete
cmake-build-debug
# Windows toolchain.
win_toolchain
# VS project files
.vs
# VSCode project files
.vscode
.history
# https://github.com/Dart-Code/Dart-Code/issues/1295
/analysis_options.yaml
# analysis server files
compile_commands.json
# GDB files
.gdb_history
# Clangd files
.cache/clangd
.clangd
# Built by chromebot and downloaded from Google Storage
client/tests/drt
# Compiled python binaries
*.pyc
# pydev project file.
.pydevproject
# From the Mac OS X Finder
.DS_Store
# Pub generated "packages" directories and files
packages
pubspec.lock
# Files for native assets auto-generated per checkout.
/.dart_tool/native_assets_builder/
# The top level package file (this is auto-generated per checkout).
/.dart_tool/package_config.json
# Local pub storage
.pub
# Vim temporary swap files.
*.swp
# Kate temporary files.
*~
*.kate-swp
# Merge files.
*.orig
*.rej
# Generated files.
tools/dartium/out
tools/out
tools/xcodebuild
.test-outcome.log
/outline.dill
/generated/
/crash_logs/
/build/config/gclient_args.gni
/pkg/front_end/testcases/old_dills/
logs/logs.json
logs/results.json
.dart_tool/bisect_dart/
doc/api/