Files
sdk/.gitignore
T
Daco Harkes eee91d78c3 [infra] gitignore gclient files
When using

```
solutions = [
  {
    "name": ".",
    "url": "https://dart.googlesource.com/sdk.git",
    "deps_file": "DEPS",
    "managed": False,
    "custom_deps": {},
    "custom_vars": {
      "dart_root": ".",
    },
  },
]
```

the .gclient and .cipd files end up in the root of the SDK.
So, gitignore them.

Bug: https://github.com/dart-lang/sdk/issues/60848
Change-Id: I41f26b74838977d7f9fe655def8bd0c85bef7ee2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432840
Auto-Submit: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Hossein Yousefi <yousefi@google.com>
2025-06-04 01:15:10 -07:00

126 lines
1.8 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/hooks_runner/
/.dart_tool/native_assets_builder/
# Files generated by pub and other dart tools.
.dart_tool/
# Generated by tools/generate_package_config.dart to include extra packages in
# the project.
pubspec_overrides.yaml
# 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/
runtime/tools/heapsnapshot/.dart_tool
# gclient specific files
.cipd
.gclient
.gclient_*