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
Esse commit está contido em:
evan@chromium.org
2009-06-23 00:03:03 +00:00
commit 1784e663c8
+19 -13
Ver Arquivo
@@ -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/
/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