diff options
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 |