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

Side by Side Diff: .gitignore

Issue 1134493004: Add gypcmd extension wildcard to git ignore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« 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 *.gypcmd
1 *.mk 2 *.mk
2 *.ncb 3 *.ncb
3 *.opensdf 4 *.opensdf
4 *.orig 5 *.orig
5 *.props 6 *.props
6 *.pyc 7 *.pyc
7 *.rules 8 *.rules
8 *.sdf 9 *.sdf
9 *.sln 10 *.sln
10 *.sublime-project 11 *.sublime-project
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 /ui/surface/surface.xml 430 /ui/surface/surface.xml
430 /ui/surface/surface_gpu_tests.xml 431 /ui/surface/surface_gpu_tests.xml
431 /v8 432 /v8
432 # Results directory for run-webkit-tests. http://crbug.com/488288 433 # Results directory for run-webkit-tests. http://crbug.com/488288
433 /webkit 434 /webkit
434 /webpagereplay_logs/ 435 /webpagereplay_logs/
435 /win8/delegate_execute/delegate_execute_version_resources.xml 436 /win8/delegate_execute/delegate_execute_version_resources.xml
436 /win8/metro_driver/metro_driver_version_resources.xml 437 /win8/metro_driver/metro_driver_version_resources.xml
437 /x86-generic_out/ 438 /x86-generic_out/
438 /xcodebuild 439 /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