diff options
author | iannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-07 07:32:19 +0000 |
---|---|---|
committer | iannucci@chromium.org <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-07 07:32:19 +0000 |
commit | 8c332f4d454306ff91421e58f34d209ddc5b155b (patch) | |
tree | 1283d161288e9781e3ed484a19d9fefb6f50661d /.gitignore | |
parent | b91fa33e10495e6ab5708e65ef6903a80c20ddb8 (diff) | |
download | chromium_src-8c332f4d454306ff91421e58f34d209ddc5b155b.zip chromium_src-8c332f4d454306ff91421e58f34d209ddc5b155b.tar.gz chromium_src-8c332f4d454306ff91421e58f34d209ddc5b155b.tar.bz2 |
Add /third_party/clang_format/script to gitignore.
This is currently a submodule.
R=mmoss@chromium.org, szager@chromium.org
BUG=366867
Review URL: https://codereview.chromium.org/273503003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268685 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ v8.log /third_party/chromeos_text_input /third_party/chromite /third_party/clang_format/bin/*/* +/third_party/clang_format/script !/third_party/clang_format/bin/*/*.sha1 /third_party/cld_2/src /third_party/cros |