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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c61286da57..def66f1c62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ +*.pyc *.swp .android_config .DS_Store .gclient* -*.pyc +.gm-actuals/ gyp/build/ out +TAGS third_party/externals/ xcodebuild/ -TAGS |