diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 08:58:01 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-04 08:58:01 +0000 |
commit | 05abd38b66b66c9c4e7918f3a6459bb2d9f3963c (patch) | |
tree | 234a996424cf27d1cfa7f369a390165f08466125 /.gitignore | |
parent | 824958e8d563d60c3a0019adbeeeaaa3f3c0a402 (diff) | |
download | chromium_src-05abd38b66b66c9c4e7918f3a6459bb2d9f3963c.zip chromium_src-05abd38b66b66c9c4e7918f3a6459bb2d9f3963c.tar.gz chromium_src-05abd38b66b66c9c4e7918f3a6459bb2d9f3963c.tar.bz2 |
Add third_party/hunspell_dictionaries to .gitignore
This is follow up to r48807 Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries".
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2646002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ /third_party/googlemac /third_party/gles2_conform /third_party/hunspell +/third_party/hunspell_dictionaries /third_party/icu /third_party/libjingle/source /third_party/libvpx |