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

Side by Side Diff: .gitignore

Issue 11417041: Teach install-build-deps.sh --arm how to install the arm root image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gitignore Created 8 years 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 | build/install-build-deps.sh » ('j') | 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 22 matching lines...) Expand all
33 .metadata 33 .metadata
34 .project 34 .project
35 .pydevproject 35 .pydevproject
36 # Settings directory for eclipse 36 # Settings directory for eclipse
37 /.settings 37 /.settings
38 tags 38 tags
39 Thumbs.db 39 Thumbs.db
40 v8.log 40 v8.log
41 /Makefile 41 /Makefile
42 /_out 42 /_out
43 /arm-sysroot
43 /ash/resources/google_wallpapers/ 44 /ash/resources/google_wallpapers/
44 /breakpad/src/ 45 /breakpad/src/
45 /build/Debug 46 /build/Debug
46 /build/Release 47 /build/Release
47 /build/ipch/ 48 /build/ipch/
48 /build/util/LASTCHANGE 49 /build/util/LASTCHANGE
49 /build/util/support 50 /build/util/support
50 /build/x64/ 51 /build/x64/
51 # 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.
52 /c 53 /c
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 /webkit/Debug 268 /webkit/Debug
268 /webkit/Release 269 /webkit/Release
269 /webkit/data/bmp_decoder 270 /webkit/data/bmp_decoder
270 /webkit/data/ico_decoder 271 /webkit/data/ico_decoder
271 /webkit/data/layout_tests/LayoutTests 272 /webkit/data/layout_tests/LayoutTests
272 /webkit/data/test_shell/plugins 273 /webkit/data/test_shell/plugins
273 /webkit/data/xbm_decoder 274 /webkit/data/xbm_decoder
274 /webpagereplay_logs/ 275 /webpagereplay_logs/
275 /x86-generic_out/ 276 /x86-generic_out/
276 /xcodebuild 277 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698