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

Side by Side Diff: .gitignore

Issue 10914106: Update Chromium gitignore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix sort order Created 8 years, 3 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 *.host.mk 3 *.host.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 /remoting/remoting_host_installation.xml 129 /remoting/remoting_host_installation.xml
130 /remoting/remoting_host_installation_unittest.xml 130 /remoting/remoting_host_installation_unittest.xml
131 /remoting/remoting_me2me_host.xml 131 /remoting/remoting_me2me_host.xml
132 /remoting/remoting_version_resources.xml 132 /remoting/remoting_version_resources.xml
133 /remoting/tools/internal/ 133 /remoting/tools/internal/
134 /sandbox/linux/seccomp-legacy/ 134 /sandbox/linux/seccomp-legacy/
135 /sdch/open-vcdiff 135 /sdch/open-vcdiff
136 /seccompsandbox 136 /seccompsandbox
137 /testing/gmock 137 /testing/gmock
138 /testing/gtest 138 /testing/gtest
139 /testing/iossim/third_party/
139 /testserver.log 140 /testserver.log
140 /third_party/GTM 141 /third_party/GTM
141 /third_party/WebKit 142 /third_party/WebKit
142 /third_party/adobe/flash/binaries 143 /third_party/adobe/flash/binaries
143 /third_party/adobe/flash/symbols 144 /third_party/adobe/flash/symbols
144 /third_party/amd/ 145 /third_party/amd/
145 /third_party/angle 146 /third_party/angle
147 /third_party/android_tools/
146 /third_party/aosp 148 /third_party/aosp
147 /third_party/asan 149 /third_party/asan
148 /third_party/bidichecker 150 /third_party/bidichecker
149 /third_party/bison 151 /third_party/bison
150 /third_party/cacheinvalidation/files 152 /third_party/cacheinvalidation/files
151 /third_party/chromeos_login_manager 153 /third_party/chromeos_login_manager
152 /third_party/chromeos_text_input 154 /third_party/chromeos_text_input
153 /third_party/cros 155 /third_party/cros
154 /third_party/cros_system_api 156 /third_party/cros_system_api
155 /third_party/cygwin 157 /third_party/cygwin
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 /v8 249 /v8
248 /webkit/Debug 250 /webkit/Debug
249 /webkit/Release 251 /webkit/Release
250 /webkit/data/bmp_decoder 252 /webkit/data/bmp_decoder
251 /webkit/data/ico_decoder 253 /webkit/data/ico_decoder
252 /webkit/data/layout_tests/LayoutTests 254 /webkit/data/layout_tests/LayoutTests
253 /webkit/data/test_shell/plugins 255 /webkit/data/test_shell/plugins
254 /webkit/data/xbm_decoder 256 /webkit/data/xbm_decoder
255 /x86-generic_out/ 257 /x86-generic_out/
256 /xcodebuild 258 /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