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

Side by Side Diff: .gitignore

Issue 10830172: Ignore GYP-generated files in src/remoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 *.scons 10 *.scons
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 /out_* 112 /out_*
113 /pdf 113 /pdf
114 /ppapi/native_client/nacl_irt.xml 114 /ppapi/native_client/nacl_irt.xml
115 /ppapi/native_client/ppapi_lib.xml 115 /ppapi/native_client/ppapi_lib.xml
116 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml 116 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
117 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml 117 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
118 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml 118 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml
119 /remoting/appengine/ 119 /remoting/appengine/
120 /remoting/proto/chromotocol_proto_lib.xml 120 /remoting/proto/chromotocol_proto_lib.xml
121 /remoting/proto/trace_proto_lib.xml 121 /remoting/proto/trace_proto_lib.xml
122 /remoting/remoting_host_event_logger.xml
122 /remoting/remoting_host_installation.xml 123 /remoting/remoting_host_installation.xml
123 /remoting/remoting_host_installation_unittest.xml 124 /remoting/remoting_host_installation_unittest.xml
124 /remoting/remoting_me2me_host.xml 125 /remoting/remoting_me2me_host.xml
125 /remoting/remoting_version_resources.xml 126 /remoting/remoting_version_resources.xml
126 /remoting/tools/internal/ 127 /remoting/tools/internal/
127 /sandbox/linux/seccomp-legacy/ 128 /sandbox/linux/seccomp-legacy/
128 /sdch/open-vcdiff 129 /sdch/open-vcdiff
129 /seccompsandbox 130 /seccompsandbox
130 /testing/gmock 131 /testing/gmock
131 /testing/gtest 132 /testing/gtest
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 /v8 235 /v8
235 /webkit/Debug 236 /webkit/Debug
236 /webkit/Release 237 /webkit/Release
237 /webkit/data/bmp_decoder 238 /webkit/data/bmp_decoder
238 /webkit/data/ico_decoder 239 /webkit/data/ico_decoder
239 /webkit/data/layout_tests/LayoutTests 240 /webkit/data/layout_tests/LayoutTests
240 /webkit/data/test_shell/plugins 241 /webkit/data/test_shell/plugins
241 /webkit/data/xbm_decoder 242 /webkit/data/xbm_decoder
242 /x86-generic_out/ 243 /x86-generic_out/
243 /xcodebuild 244 /xcodebuild
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