diff options
author | zturner@chromium.org <zturner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 19:17:40 +0000 |
---|---|---|
committer | zturner@chromium.org <zturner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-19 19:17:40 +0000 |
commit | 831e6bd0bc6f40d447141c5a9a2e551afbac54ff (patch) | |
tree | a7e4615c8f5b4bcaa9b8271d9bed7cb93728546d /.gitignore | |
parent | 79d4c3ebbb1b94253474c0139a434a4bce79790d (diff) | |
download | chromium_src-831e6bd0bc6f40d447141c5a9a2e551afbac54ff.zip chromium_src-831e6bd0bc6f40d447141c5a9a2e551afbac54ff.tar.gz chromium_src-831e6bd0bc6f40d447141c5a9a2e551afbac54ff.tar.bz2 |
Update .gitignore to exclude some gyp-generated msvs files.
BUG=0
TBR=scottmg
Review URL: https://codereview.chromium.org/205043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -57,6 +57,12 @@ v8.log # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. /c /ceee/internal/ +/chrome/angle_unittests_run.xml +/chrome/content_gl_tests_run.xml +/chrome/gl_tests_run.xml +/chrome/gles2_conform_test_run.xml +/chrome/tab_capture_performance_tests_run.xml +/chrome/telemetry_gpu_test_run.xml /chrome/app/theme/default_100_percent/google_chrome /chrome/app/theme/default_200_percent/google_chrome /chrome/app/theme/google_chrome @@ -118,7 +124,11 @@ v8.log /chrome/tools/memory /chrome/tools/test/reference_build /chrome/unit_tests_run.xml +/chrome_elf/chrome_elf_resources.xml /cloud_print/cloud_print_version_resources.xml +/components/chrome_settings_proto_generated_compile.xml +/components/cloud_policy_proto_generated_compile.xml +/components/rappor.xml /components/variations.xml /content/content_unittests_run.xml /content/test/data/gpu/generated/ @@ -133,6 +143,7 @@ v8.log /gpu/gles2_conform_test /gyp-mac-tool /llvm +/media/cast/logging/cast_logging_proto_lib.xml /media/cdm/ppapi/api /media/media_asm.xml /media/test/data/content @@ -140,7 +151,15 @@ v8.log /media/yuv_convert_simd_x86.xml /metro_driver /mojo/hello_world_service.xml +/mojo/mojo_gles2_bindings.xml +/mojo/mojo_launcher_bindings.xml +/mojo/mojo_native_viewport_bindings.xml +/mojo/mojo_public_bindings_unittests.xml /mojo/mojo_public_unittests.xml +/mojo/mojo_sample_service.xml +/mojo/mojo_service_manager_unittests.xml +/mojo/mojo_shell_bindings.xml +/mojo/mojo_view_manager_bindings.xml /mojo/mojom_test.xml /mojo/sample_service.xml /native_client @@ -162,19 +181,24 @@ v8.log /remoting/proto/trace_proto_lib.xml /remoting/remoting_core_resources.xml /remoting/remoting_elevated_controller.xml +/remoting/remoting_host.xml /remoting/remoting_host_event_logger.xml /remoting/remoting_host_installation.xml /remoting/remoting_host_installation_unittest.xml /remoting/remoting_host_messages.xml +/remoting/remoting_infoplist_strings.xml /remoting/remoting_lib_idl.xml /remoting/remoting_lib_rc.xml /remoting/remoting_me2me_host.xml +/remoting/remoting_native_messaging_manifests.xml /remoting/remoting_version_resources.xml +/remoting/remoting_windows_resources.xml /remoting/tools/internal/ /sandbox/linux/seccomp-legacy/ /sdch/open-vcdiff /seccompsandbox /skia/tools/clusterfuzz-data/ +/sync/sync.xml /sync_testserver.log /testing/gmock /testing/gtest |