diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 20:29:23 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 20:29:23 +0000 |
commit | f8bfeb50742286432fba43b18c6174d258c676dd (patch) | |
tree | ba7c5d42e1b867693a2f42b7d6d14b290abc5e4a /.gitignore | |
parent | 01c8ffaa051ca46c4a99d44acc4c62bc6f69f735 (diff) | |
download | chromium_src-f8bfeb50742286432fba43b18c6174d258c676dd.zip chromium_src-f8bfeb50742286432fba43b18c6174d258c676dd.tar.gz chromium_src-f8bfeb50742286432fba43b18c6174d258c676dd.tar.bz2 |
Add ASAN to .gitignore.
BUG=
TEST=If ASAN has been added to the .gclient entries & fetched, git status should not list third_party/asan.
Review URL: http://codereview.chromium.org/7686020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ v8.log /third_party/WebKit /third_party/adobe/flash/binaries /third_party/angle +/third_party/asan /third_party/bidichecker /third_party/cacheinvalidation/files /third_party/chromeos_login_manager |