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

Side by Side Diff: .gitignore

Issue 10914270: Add /ash/resources/google_wallpapers/ to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 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 /ash/resources/google_wallpapers/
43 /breakpad/src/ 44 /breakpad/src/
44 /build/Debug 45 /build/Debug
45 /build/Release 46 /build/Release
46 /build/ipch/ 47 /build/ipch/
47 /build/util/LASTCHANGE 48 /build/util/LASTCHANGE
48 /build/util/support 49 /build/util/support
49 /build/x64/ 50 /build/x64/
50 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 51 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
51 /c 52 /c
52 /ceee/internal/ 53 /ceee/internal/
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 /v8 251 /v8
251 /webkit/Debug 252 /webkit/Debug
252 /webkit/Release 253 /webkit/Release
253 /webkit/data/bmp_decoder 254 /webkit/data/bmp_decoder
254 /webkit/data/ico_decoder 255 /webkit/data/ico_decoder
255 /webkit/data/layout_tests/LayoutTests 256 /webkit/data/layout_tests/LayoutTests
256 /webkit/data/test_shell/plugins 257 /webkit/data/test_shell/plugins
257 /webkit/data/xbm_decoder 258 /webkit/data/xbm_decoder
258 /x86-generic_out/ 259 /x86-generic_out/
259 /xcodebuild 260 /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