diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 14:28:17 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 14:28:17 +0000 |
commit | 2144db715de5552a67f34552c36a5cb3dba2ebd8 (patch) | |
tree | c8da3ddd573a145cde669a834ecc25cd6fe95b1c /.gitignore | |
parent | f2e3d6cfb6845a385d000702c1d2a7674a362076 (diff) | |
download | chromium_src-2144db715de5552a67f34552c36a5cb3dba2ebd8.zip chromium_src-2144db715de5552a67f34552c36a5cb3dba2ebd8.tar.gz chromium_src-2144db715de5552a67f34552c36a5cb3dba2ebd8.tar.bz2 |
.gitignore: add third_party/mingw-w64 and third_party/nss
third_party/nss was added to DEPS in r37022; third_party/mingw-w64 was added to
DEPS in r40062. Both changes forgot to update .gitignore.
Review URL: http://codereview.chromium.org/1796005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ /third_party/hunspell /third_party/icu /third_party/lighttpd +/third_party/mingw-w64 +/third_party/nss /third_party/ots /third_party/pefile /third_party/personalization |