diff options
author | James Robinson <jamesr@chromium.org> | 2014-10-03 15:27:20 -0700 |
---|---|---|
committer | James Robinson <jamesr@chromium.org> | 2014-10-03 22:28:42 +0000 |
commit | aad1ce808763f59c7a3753e08f1500a104ecc6fd (patch) | |
tree | 371073239586b225c07e2c9ba6a5568df6134a26 /.gitignore | |
parent | 0ce5d4b1b703f823832659d9487ddb35685fcf00 (diff) | |
download | chromium_src-aad1ce808763f59c7a3753e08f1500a104ecc6fd.zip chromium_src-aad1ce808763f59c7a3753e08f1500a104ecc6fd.tar.gz chromium_src-aad1ce808763f59c7a3753e08f1500a104ecc6fd.tar.bz2 |
Fix .gitignore for third_party/smhasher
third_party/smhasher/src/ is pulled in via DEPS, but
third_party/smhasher has a variety of files in it. Having all of
third_party/smhasher in .gitignore means that git ignores the files in
the subdirectory including the ones that actually are under revision
control.
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/629553002
Cr-Commit-Position: refs/heads/master@{#298102}
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ v8.log /third_party/scons-2.0.1 /third_party/sfntly/cpp /third_party/skia -/third_party/smhasher +/third_party/smhasher/src /third_party/snappy/src /third_party/swiftshader/include/ /third_party/swig |