diff options
author | tfarina <tfarina@chromium.org> | 2014-10-03 21:05:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-03 21:05:00 -0700 |
commit | f16cd28a04fbb0304ce6f3ec1e1980c75f846c1a (patch) | |
tree | 503aa659260646a809a9605c3def385986005f64 /.gitignore | |
parent | d0a185e5bbda8f34ba6b849554207920bca0c7d8 (diff) |
Restart webtry to pick up changes.
Also add webtry.db to gitignore so it does not polute `git status`.
BUG=None
TEST=None
R=humper@google.com
Review URL: https://codereview.chromium.org/626703002
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ceacb7be45..32a7cf1020 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,9 @@ .project .settings/ TAGS +bower_components common +experimental/webtry/webtry.db gyp/build out platform_tools/chromeos/third_party/externals @@ -16,4 +18,3 @@ platform_tools/chromeos/toolchain third_party/externals tools/bug_chomper/oauth_client_secret.json xcodebuild -bower_components |