diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-15 02:47:16 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-15 02:47:16 +0000 |
commit | d66df9d20006d6208882235516919e11fdb34057 (patch) | |
tree | 9c9268ee7f4e9ff97aeeb424b8b3a4b4fcf33245 /.gitignore | |
parent | d47cca1e7e57cfcf6c4c1c14a4c67cab83f0240c (diff) | |
download | chromium_src-d66df9d20006d6208882235516919e11fdb34057.zip chromium_src-d66df9d20006d6208882235516919e11fdb34057.tar.gz chromium_src-d66df9d20006d6208882235516919e11fdb34057.tar.bz2 |
Ignore more directories in Git.
In cygwin git, folders keep appearing in 'git status'
/chrome_frame/tools/test/reference_build
/third_party/ots
/third_party/pefile
/third_party/xulrunner-sdk
Added them to ignore.
Review URL: http://codereview.chromium.org/384137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,7 @@ /chrome/test/data/workers/LayoutTests /chrome/tools/memory /chrome/tools/test/reference_build +/chrome_frame/tools/test/reference_build /data /googleurl /native_client @@ -45,6 +46,8 @@ /third_party/googlemac /third_party/hunspell /third_party/icu +/third_party/ots +/third_party/pefile /third_party/personalization /third_party/pdfsqueeze /third_party/platformsdk_win2008_6_1 @@ -55,6 +58,7 @@ /third_party/skia /third_party/tcmalloc/tcmalloc /third_party/xdg-utils +/third_party/xulrunner-sdk /third_party/yasm/source/patched-yasm /tools/distcc /tools/grit/grit/test/data |