diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 00:03:03 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 00:03:03 +0000 |
commit | c7dcb21179e043f0f2b6b8f14813298b107f7fc7 (patch) | |
tree | 8c7f58a1e7e90f998d097fdbf9f18783569591b3 /.gitignore | |
parent | b2520c779bce29b5ee0613dbb84d93fef0bdb3ea (diff) | |
download | chromium_src-c7dcb21179e043f0f2b6b8f14813298b107f7fc7.zip chromium_src-c7dcb21179e043f0f2b6b8f14813298b107f7fc7.tar.gz chromium_src-c7dcb21179e043f0f2b6b8f14813298b107f7fc7.tar.bz2 |
git: sort and add extras to .gitignore
Review URL: http://codereview.chromium.org/144021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 19 insertions, 13 deletions
@@ -1,24 +1,26 @@ -*.user *.mk *.ncb *.pyc -*.suo *.scons +*.suo +*.user *.xcodeproj -SConstruct -/testserver.log +/Makefile /breakpad/src/ -/chrome/app/theme/google_chrome/ -/chrome/test/data/ -/chrome/Hammer /chrome/Debug +/chrome/Hammer /chrome/Release +/chrome/app/theme/google_chrome/ +/chrome/installer/linux/ +/chrome/test/data/ /data/ /googleurl/ /out/ /rlz/binaries/ +/sconsbuild /sdch/open-vcdiff/ /testing/gtest/ +/testserver.log /third_party/GTM/ /third_party/WebKit/ /third_party/ffmpeg/binaries/ @@ -27,13 +29,17 @@ SConstruct /third_party/pdfsqueeze/ /third_party/skia/ /third_party/tcmalloc/tcmalloc/ +/tools/distcc/ /tools/grit/grit/test/data/ /tools/gyp/ /tools/tryserver/ /v8/ -webkit/data/bmp_decoder/ -webkit/data/ico_decoder/ -webkit/data/layout_tests/LayoutTests/ -webkit/data/test_shell/plugins/ -webkit/data/xbm_decoder/ -/xcodebuild/
\ No newline at end of file +/webkit/Debug/ +/webkit/Release/ +/webkit/data/bmp_decoder/ +/webkit/data/ico_decoder/ +/webkit/data/layout_tests/LayoutTests/ +/webkit/data/test_shell/plugins/ +/webkit/data/xbm_decoder/ +/xcodebuild/ +SConstruct |