commit | 1f75ab9c66921e11c17fd49ac7c54ef77e52d3f3 | [log] [tgz] |
---|---|---|
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Apr 11 14:49:50 2014 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Apr 11 14:49:50 2014 +0000 |
tree | 2fda32af812ea3ad33b677d292f1ebad94464c1d | |
parent | 96edc2459820f0f60ea9b57959c1e5018ef95e28 [diff] [blame] |
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
diff --git a/.gitignore b/.gitignore index c61286d..def66f1 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