diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-11 17:31:49 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-11 17:31:49 +0000 |
commit | bfe9167c66e0d4b98650a81f4a93eabfde0d66a8 (patch) | |
tree | dd2d3d6606deabc684b5fdae17654cbb6be36a2e /tools | |
parent | 3a98ed7658057b8b6c5cc38275b02b63d3091527 (diff) |
Add README file so git will create empty dir
BUG=skia:1613
(SkipBuildbotRuns)
R=rmistry@google.com
Review URL: https://codereview.chromium.org/24112002
git-svn-id: http://skia.googlecode.com/svn/trunk@11203 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tests/skimage/output-actual/create-expectations/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tests/skimage/output-actual/create-expectations/README b/tools/tests/skimage/output-actual/create-expectations/README new file mode 100644 index 0000000000..b109e9338b --- /dev/null +++ b/tools/tests/skimage/output-actual/create-expectations/README @@ -0,0 +1,2 @@ +File needed so that git will create the parent directory. +Fixes https://code.google.com/p/skia/issues/detail?id=1613 |