Skip to content

Commit

Permalink
Ignore more directories in Git.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mhm@chromium.org committed Nov 15, 2009
1 parent d47cca1 commit d66df9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d66df9d

Please sign in to comment.