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

Side by Side Diff: .gitignore

Issue 1149293002: Add the ability for keys to be drawn as an image. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Switch back to embedding with files downloading via gclient sync 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 | DEPS » ('j') | services/keyboard_native/key_layout.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 *~ 2 *~
3 .*.sw? 3 .*.sw?
4 .DS_Store 4 .DS_Store
5 .classpath 5 .classpath
6 .cproject 6 .cproject
7 .gdb_history 7 .gdb_history
8 .gdbinit 8 .gdbinit
9 .landmines 9 .landmines
10 .project 10 .project
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 # dart packages directories and related. 61 # dart packages directories and related.
62 /mojo/dart/mojom/packages 62 /mojo/dart/mojom/packages
63 /mojo/dart/mojom/bin/packages 63 /mojo/dart/mojom/bin/packages
64 /mojo/dart/apptest/packages 64 /mojo/dart/apptest/packages
65 /sky/examples/hello_world/packages 65 /sky/examples/hello_world/packages
66 /sky/examples/stocks/packages 66 /sky/examples/stocks/packages
67 /sky/sdk/packages/mojo/packages 67 /sky/sdk/packages/mojo/packages
68 /sky/sdk/packages/mojo/pubspec.lock 68 /sky/sdk/packages/mojo/pubspec.lock
69 /sky/sdk/packages/sky/packages 69 /sky/sdk/packages/sky/packages
70 /sky/sdk/packages/sky/pubspec.lock 70 /sky/sdk/packages/sky/pubspec.lock
71 # exclude all downloaded keyboard_native resources but not the sha1 files.
72 /services/keyboard_native/res/*
jamesr 2015/05/27 23:30:31 if they are all .png files you can say /services/k
APW 2015/05/28 17:54:24 Done.
73 !/services/keyboard_native/res/*.sha1
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | services/keyboard_native/key_layout.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698