Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: .gitignore

Issue 12893026: Adding more GYP-generated files to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 /breakpad/src/ 45 /breakpad/src/
46 /build/Debug 46 /build/Debug
47 /build/Release 47 /build/Release
48 /build/ipch/ 48 /build/ipch/
49 /build/util/LASTCHANGE 49 /build/util/LASTCHANGE
50 /build/util/support 50 /build/util/support
51 /build/x64/ 51 /build/x64/
52 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 52 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
53 /c 53 /c
54 /ceee/internal/ 54 /ceee/internal/
55 /base/base_unittests_run.xml
55 /chrome/app/policy/chrome_settings_proto_compile.xml 56 /chrome/app/policy/chrome_settings_proto_compile.xml
57 /chrome/app/policy/chrome_settings_proto_generated_compile.xml
56 /chrome/app/policy/cloud_policy_backend_header_compile.xml 58 /chrome/app/policy/cloud_policy_backend_header_compile.xml
57 /chrome/app/policy/cloud_policy_proto_compile.xml 59 /chrome/app/policy/cloud_policy_proto_compile.xml
60 /chrome/app/policy/cloud_policy_proto_generated_compile.xml
58 /chrome/app/policy/policy_proto_compile.xml 61 /chrome/app/policy/policy_proto_compile.xml
59 /chrome/app/theme/default_100_percent/google_chrome 62 /chrome/app/theme/default_100_percent/google_chrome
60 /chrome/app/theme/default_200_percent/google_chrome 63 /chrome/app/theme/default_200_percent/google_chrome
61 /chrome/app/theme/google_chrome 64 /chrome/app/theme/google_chrome
62 /chrome/browser/autofill/internal 65 /chrome/browser/autofill/internal
63 /chrome/browser/extensions/default_extensions/chromeos 66 /chrome/browser/extensions/default_extensions/chromeos
64 /chrome/browser/google/linkdoctor_internal 67 /chrome/browser/google/linkdoctor_internal
65 /chrome/browser/intents/internal/ 68 /chrome/browser/intents/internal/
66 /chrome/browser/performance_monitor/performance_monitor.xml 69 /chrome/browser/performance_monitor/performance_monitor.xml
67 /chrome/browser/protector/internal 70 /chrome/browser/protector/internal
68 /chrome/browser/resources/software_rendering_list 71 /chrome/browser/resources/software_rendering_list
69 /chrome/browser/search_engines/prepopulated_engines.xml 72 /chrome/browser/search_engines/prepopulated_engines.xml
70 /chrome/browser/spellchecker/internal 73 /chrome/browser/spellchecker/internal
74 /chrome/browser_tests_run.xml
71 /chrome/chrome_version_resources.xml 75 /chrome/chrome_version_resources.xml
72 /chrome/common/extensions/api/api.xml 76 /chrome/common/extensions/api/api.xml
73 /chrome/Hammer 77 /chrome/Hammer
74 /chrome/installer/linux 78 /chrome/installer/linux
75 /chrome/installer/mac/internal 79 /chrome/installer/mac/internal
76 /chrome/installer/mac/third_party/xz/xz 80 /chrome/installer/mac/third_party/xz/xz
77 /chrome/installer/mini_installer.xml 81 /chrome/installer/mini_installer.xml
78 /chrome/installer/mini_installer/mini_installer.aps 82 /chrome/installer/mini_installer/mini_installer.aps
79 /chrome/installer/mini_installer/support 83 /chrome/installer/mini_installer/support
80 /chrome/installer/mini_installer_syzygy.xml 84 /chrome/installer/mini_installer_syzygy.xml
81 /chrome/installer_util_strings.xml 85 /chrome/installer_util_strings.xml
82 /chrome/setup.xml 86 /chrome/setup.xml
83 /chrome/setup_unittests.xml 87 /chrome/setup_unittests.xml
84 /chrome/supplement.gypi 88 /chrome/supplement.gypi
89 /chrome/sync_integration_tests_run.xml
85 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/ 90 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/
86 /chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/test_src/ 91 /chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/test_src/
87 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/ 92 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/
88 /chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/test_src/ 93 /chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/test_src/
89 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 94 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
90 /chrome/test/data/firefox2_profile/searchplugins 95 /chrome/test/data/firefox2_profile/searchplugins
91 /chrome/test/data/firefox2_searchplugins 96 /chrome/test/data/firefox2_searchplugins
92 /chrome/test/data/firefox3_profile/searchplugins 97 /chrome/test/data/firefox3_profile/searchplugins
93 /chrome/test/data/firefox3_searchplugins 98 /chrome/test/data/firefox3_searchplugins
94 /chrome/test/data/gpu/vectortown_endurance/ 99 /chrome/test/data/gpu/vectortown_endurance/
95 /chrome/test/data/gpu/vt/ 100 /chrome/test/data/gpu/vt/
96 /chrome/test/data/layout_tests 101 /chrome/test/data/layout_tests
97 /chrome/test/data/osdd 102 /chrome/test/data/osdd
98 /chrome/test/data/perf/canvas_bench 103 /chrome/test/data/perf/canvas_bench
99 /chrome/test/data/perf/frame_rate/content 104 /chrome/test/data/perf/frame_rate/content
100 /chrome/test/data/perf/frame_rate/private 105 /chrome/test/data/perf/frame_rate/private
101 /chrome/test/data/perf/private/ 106 /chrome/test/data/perf/private/
102 /chrome/test/data/perf/third_party/ 107 /chrome/test/data/perf/third_party/
103 /chrome/test/data/plugin/ 108 /chrome/test/data/plugin/
104 /chrome/test/data/pyauto_private 109 /chrome/test/data/pyauto_private
105 /chrome/tools/memory 110 /chrome/tools/memory
106 /chrome/tools/test/reference_build 111 /chrome/tools/test/reference_build
112 /chrome/unit_tests_run.xml
107 /chrome_frame/chrome_frame_ie.xml 113 /chrome_frame/chrome_frame_ie.xml
108 /chrome_frame/chrome_frame_launcher_version_resources.xml 114 /chrome_frame/chrome_frame_launcher_version_resources.xml
109 /chrome_frame/chrome_frame_version_resources.xml 115 /chrome_frame/chrome_frame_version_resources.xml
110 /chrome_frame/tools/test/reference_build 116 /chrome_frame/tools/test/reference_build
117 /cloud_print/cloud_print_version_resources.xml
111 /content/test/data/layout_tests/ 118 /content/test/data/layout_tests/
112 /content/test/data/plugin/ 119 /content/test/data/plugin/
113 /data 120 /data
114 /delegate_execute 121 /delegate_execute
115 /google_apis/internal 122 /google_apis/internal
116 /googleurl 123 /googleurl
117 /gpu/gles2_conform_test 124 /gpu/gles2_conform_test
118 /gyp-mac-tool 125 /gyp-mac-tool
119 /hideout 126 /hideout
120 /llvm 127 /llvm
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 /third_party/adobe/flash/binaries 165 /third_party/adobe/flash/binaries
159 /third_party/adobe/flash/symbols 166 /third_party/adobe/flash/symbols
160 /third_party/amd/ 167 /third_party/amd/
161 /third_party/android_tools/ 168 /third_party/android_tools/
162 /third_party/angle 169 /third_party/angle
163 /third_party/aosp 170 /third_party/aosp
164 /third_party/apache-mime4j 171 /third_party/apache-mime4j
165 /third_party/asan 172 /third_party/asan
166 /third_party/bidichecker 173 /third_party/bidichecker
167 /third_party/bison 174 /third_party/bison
175 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
168 /third_party/cacheinvalidation/src 176 /third_party/cacheinvalidation/src
169 /third_party/chromeos_login_manager 177 /third_party/chromeos_login_manager
170 /third_party/chromeos_text_input 178 /third_party/chromeos_text_input
171 /third_party/chromite 179 /third_party/chromite
172 /third_party/cros 180 /third_party/cros
173 /third_party/cros_dbus_cplusplus/source 181 /third_party/cros_dbus_cplusplus/source
174 /third_party/cros_system_api 182 /third_party/cros_system_api
175 /third_party/cygwin 183 /third_party/cygwin
176 /third_party/directxsdk 184 /third_party/directxsdk
177 /third_party/drmemory 185 /third_party/drmemory
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 /webkit/Debug 304 /webkit/Debug
297 /webkit/media/crypto/ppapi/cdm 305 /webkit/media/crypto/ppapi/cdm
298 /webkit/Release 306 /webkit/Release
299 /webpagereplay_logs/ 307 /webpagereplay_logs/
300 /win8/delegate_execute/delegate_execute_version_resources.xml 308 /win8/delegate_execute/delegate_execute_version_resources.xml
301 /win8/metro_driver/metro_driver_version_resources.xml 309 /win8/metro_driver/metro_driver_version_resources.xml
302 /x86-generic_out/ 310 /x86-generic_out/
303 /xcodebuild 311 /xcodebuild
304 cscope.* 312 cscope.*
305 Session.vim 313 Session.vim
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698