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

Side by Side Diff: .gitignore

Issue 291783002: Add colorama to third_party/colorama (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now with git mirror Created 6 years, 6 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 | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 /third_party/brotli/src 226 /third_party/brotli/src
227 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 227 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
228 /third_party/cacheinvalidation/src 228 /third_party/cacheinvalidation/src
229 /third_party/chromeos_login_manager 229 /third_party/chromeos_login_manager
230 /third_party/chromeos_text_input 230 /third_party/chromeos_text_input
231 /third_party/chromite 231 /third_party/chromite
232 /third_party/clang_format/bin/*/* 232 /third_party/clang_format/bin/*/*
233 /third_party/clang_format/script 233 /third_party/clang_format/script
234 !/third_party/clang_format/bin/*/*.sha1 234 !/third_party/clang_format/bin/*/*.sha1
235 /third_party/cld_2/src 235 /third_party/cld_2/src
236 /third_party/colorama/src
236 /third_party/cros 237 /third_party/cros
237 /third_party/cros_system_api 238 /third_party/cros_system_api
238 /third_party/cygwin 239 /third_party/cygwin
239 /third_party/directxsdk 240 /third_party/directxsdk
240 /third_party/drmemory/drmemory-windows-sfx.exe 241 /third_party/drmemory/drmemory-windows-sfx.exe
241 /third_party/drmemory/unpacked 242 /third_party/drmemory/unpacked
242 /third_party/elfutils/src 243 /third_party/elfutils/src
243 /third_party/eyesfree/src 244 /third_party/eyesfree/src
244 /third_party/ffmpeg 245 /third_party/ffmpeg
245 /third_party/findbugs 246 /third_party/findbugs
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 /webkit/data/test_shell/plugins 381 /webkit/data/test_shell/plugins
381 /webkit/data/xbm_decoder 382 /webkit/data/xbm_decoder
382 /webkit/Debug 383 /webkit/Debug
383 /webkit/Release 384 /webkit/Release
384 /webkit/renderer/media/crypto/ppapi/cdm 385 /webkit/renderer/media/crypto/ppapi/cdm
385 /webpagereplay_logs/ 386 /webpagereplay_logs/
386 /win8/delegate_execute/delegate_execute_version_resources.xml 387 /win8/delegate_execute/delegate_execute_version_resources.xml
387 /win8/metro_driver/metro_driver_version_resources.xml 388 /win8/metro_driver/metro_driver_version_resources.xml
388 /x86-generic_out/ 389 /x86-generic_out/
389 /xcodebuild 390 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698