1# We only keep the xxx.sha256 and OWNERS files in the git repo. 2# The corresponding binary files are downloaded by 3# `tools/test_data download`, ran by install-build-deps. 4/data/* 5!/data/*.sha256 6!/data/OWNERS 7 8!/data/ui-screenshots 9/data/ui-screenshots/*.png 10/data/ui-screenshots/**/*.png 11 12!/data/chrome 13/data/chrome/* 14!/data/chrome/*.sha256 15!/data/chrome/README.md 16 17!/data/heap_graph 18/data/heap_graph/* 19!/data/heap_graph/*.sha256 20 21!/data/parser 22/data/parser/* 23!/data/parser/*.sha256 24!/data/parser/README.md 25 26!/data/simpleperf 27/data/simpleperf/* 28!/data/simpleperf/*.sha256 29 30!/data/simpleperf/bin 31/data/simpleperf/bin/* 32!/data/simpleperf/bin/*.sha256 33 34!/data/zip 35/data/zip/* 36!/data/zip/*.sha256 37