diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-11 14:49:50 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-11 14:49:50 +0000 |
commit | 1f75ab9c66921e11c17fd49ac7c54ef77e52d3f3 (patch) | |
tree | 2fda32af812ea3ad33b677d292f1ebad94464c1d /gm | |
parent | 96edc2459820f0f60ea9b57959c1e5018ef95e28 (diff) |
add some .gitignores related to gm and tools
NOTREECHECKS=True
NOTRY=True
R=scroggo@google.com
TBR=scroggo
Author: epoger@google.com
Review URL: https://codereview.chromium.org/234603004
git-svn-id: http://skia.googlecode.com/svn/trunk@14150 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/rebaseline_server/static/.gitignore | 3 | ||||
-rw-r--r-- | gm/rebaseline_server/testdata/outputs/.gitignore | 1 | ||||
-rw-r--r-- | gm/tests/.gitignore | 1 | ||||
-rw-r--r-- | gm/tests/outputs/.gitignore | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/gm/rebaseline_server/static/.gitignore b/gm/rebaseline_server/static/.gitignore new file mode 100644 index 0000000000..c8e67d128f --- /dev/null +++ b/gm/rebaseline_server/static/.gitignore @@ -0,0 +1,3 @@ +generated-html/ +generated-images/ +generated-json/ diff --git a/gm/rebaseline_server/testdata/outputs/.gitignore b/gm/rebaseline_server/testdata/outputs/.gitignore new file mode 100644 index 0000000000..b369696468 --- /dev/null +++ b/gm/rebaseline_server/testdata/outputs/.gitignore @@ -0,0 +1 @@ +actual/ diff --git a/gm/tests/.gitignore b/gm/tests/.gitignore new file mode 100644 index 0000000000..6b9a1e9dda --- /dev/null +++ b/gm/tests/.gitignore @@ -0,0 +1 @@ +inputs/ diff --git a/gm/tests/outputs/.gitignore b/gm/tests/outputs/.gitignore new file mode 100644 index 0000000000..f532248c04 --- /dev/null +++ b/gm/tests/outputs/.gitignore @@ -0,0 +1 @@ +*/output-actual/ |