diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 18:08:56 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 18:08:56 +0000 |
commit | 3fbce6994338e6e611f7a0e243a972a4f2f2c8fd (patch) | |
tree | 53c125ede660943c708fbfbacf5cf70f974be703 /.gitignore | |
parent | dfb1105fdcc9ad2fed7488dfcbf5c42c9cb6e78c (diff) | |
download | chromium_src-3fbce6994338e6e611f7a0e243a972a4f2f2c8fd.zip chromium_src-3fbce6994338e6e611f7a0e243a972a4f2f2c8fd.tar.gz chromium_src-3fbce6994338e6e611f7a0e243a972a4f2f2c8fd.tar.bz2 |
Adding a bunch of XML files generated by GYP and third_party/tsan to .gitignore
TBR=garykac@chromium.org
Review URL: https://codereview.chromium.org/12616005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 20 insertions, 10 deletions
@@ -52,9 +52,10 @@ v8.log # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. /c /ceee/internal/ -/chrome/Hammer +/chrome/app/policy/chrome_settings_proto_compile.xml /chrome/app/policy/cloud_policy_backend_header_compile.xml /chrome/app/policy/cloud_policy_proto_compile.xml +/chrome/app/policy/policy_proto_compile.xml /chrome/app/theme/default_100_percent/google_chrome /chrome/app/theme/default_200_percent/google_chrome /chrome/app/theme/google_chrome @@ -65,9 +66,11 @@ v8.log /chrome/browser/performance_monitor/performance_monitor.xml /chrome/browser/protector/internal /chrome/browser/resources/software_rendering_list +/chrome/browser/search_engines/prepopulated_engines.xml /chrome/browser/spellchecker/internal /chrome/chrome_version_resources.xml /chrome/common/extensions/api/api.xml +/chrome/Hammer /chrome/installer/linux /chrome/installer/mac/internal /chrome/installer/mac/third_party/xz/xz @@ -100,13 +103,15 @@ v8.log /chrome/tools/memory /chrome/tools/test/reference_build /chrome_frame/chrome_frame_ie.xml +/chrome_frame/chrome_frame_launcher_version_resources.xml +/chrome_frame/chrome_frame_version_resources.xml /chrome_frame/tools/test/reference_build /content/test/data/layout_tests/ /content/test/data/plugin/ /data /delegate_execute -/googleurl /google_apis/internal +/googleurl /gpu/gles2_conform_test /gyp-mac-tool /hideout @@ -147,14 +152,12 @@ v8.log /testing/gtest /testing/iossim/third_party/ /testserver.log -/third_party/GTM -/third_party/WebKit +/third_party/accessibility-developer-tools/ /third_party/adobe/flash/binaries /third_party/adobe/flash/symbols -/third_party/accessibility-developer-tools/ /third_party/amd/ -/third_party/angle /third_party/android_tools/ +/third_party/angle /third_party/aosp /third_party/apache-mime4j /third_party/asan @@ -170,8 +173,8 @@ v8.log /third_party/directxsdk /third_party/drmemory /third_party/eyesfree/src -/third_party/findbugs /third_party/ffmpeg +/third_party/findbugs /third_party/flac /third_party/freetype /third_party/freetype2/src @@ -180,6 +183,7 @@ v8.log /third_party/gold /third_party/googlemac /third_party/gperf +/third_party/GTM /third_party/guava/src /third_party/httpcomponents-client /third_party/httpcomponents-core @@ -225,12 +229,12 @@ v8.log /third_party/psyco_win32 /third_party/pthreads-win32 /third_party/pyftpdlib/src -/third_party/pywebsocket/src /third_party/pylib /third_party/pymox/src /third_party/python_24 /third_party/python_26 /third_party/pywebsocket/src +/third_party/pywebsocket/src /third_party/safe_browsing/testing /third_party/scons-2.0.1 /third_party/sfntly @@ -243,6 +247,7 @@ v8.log /third_party/syzygy /third_party/syzygy/binaries /third_party/trace-viewer +/third_party/tsan/ /third_party/undoview /third_party/usb_ids /third_party/v8-i18n @@ -250,6 +255,7 @@ v8.log /third_party/webdriver/pylib /third_party/webdriver/python/selenium /third_party/webgl_conformance +/third_party/WebKit /third_party/webpagereplay/ /third_party/webrtc /third_party/webrtc/internal @@ -275,16 +281,20 @@ v8.log /tools/tryserver /tools/win/link_limiter/build /ui/resources/aura/google_wallpapers +/ui/surface/surface.xml +/ui/surface/surface_gpu_tests.xml /v8 -/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 +/webkit/Debug /webkit/media/crypto/ppapi/cdm +/webkit/Release /webpagereplay_logs/ +/win8/delegate_execute/delegate_execute_version_resources.xml +/win8/metro_driver/metro_driver_version_resources.xml /x86-generic_out/ /xcodebuild cscope.* |