Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 898972d

Browse files
authored
Ignore generated fixture .dill.deps files. (#54836)
After using `testing/run_tests.py`, these artifacts are left in the source tree. It is probably better _not_ to do that (i.e. use sandboxing), but we don't sandbox across the engine today. ```txt Untracked files: (use "git add <file>..." to include in what will be committed) tools/const_finder/test/fixtures/box_web.dill.deps tools/const_finder/test/fixtures/consts_and_non_web.dill.deps tools/const_finder/test/fixtures/consts_web.dill.deps tools/const_finder/test/fixtures/static_icon_provider_web.dill.deps ```
1 parent 97ec469 commit 898972d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ flutter_*.png
6565
linked_*.ds
6666
unlinked.ds
6767
unlinked_spec.ds
68+
*.dill.deps
6869

6970
# Android related
7071
**/android/**/gradle-wrapper.jar

0 commit comments

Comments
 (0)