Skip to content

Commit eee91d7

Browse files
dcharkesCommit Queue
authored andcommitted
[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: #60848 Change-Id: I41f26b74838977d7f9fe655def8bd0c85bef7ee2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432840 Auto-Submit: Daco Harkes <[email protected]> Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Hossein Yousefi <[email protected]>
1 parent caf311f commit eee91d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,8 @@ logs/results.json
118118
.dart_tool/bisect_dart/
119119
doc/api/
120120
runtime/tools/heapsnapshot/.dart_tool
121+
122+
# gclient specific files
123+
.cipd
124+
.gclient
125+
.gclient_*

0 commit comments

Comments
 (0)