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 1421553017: Remove *.mojom.dart from //{,mojo/public/dart/}.gitignore, stop copying during build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | mojo/public/dart/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # commonly generated files 1 # commonly generated files
2 *.pyc 2 *.pyc
3 *.mojom.dart
4 *~ 3 *~
5 .*.sw? 4 .*.sw?
6 .DS_Store 5 .DS_Store
7 .classpath 6 .classpath
8 .cproject 7 .cproject
9 .gdb_history 8 .gdb_history
10 .gdbinit 9 .gdbinit
11 .landmines 10 .landmines
12 .project 11 .project
13 .pub 12 .pub
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 115
117 # breakpad tool 116 # breakpad tool
118 /mojo/tools/linux64/dump_syms 117 /mojo/tools/linux64/dump_syms
119 /mojo/tools/linux64/symupload 118 /mojo/tools/linux64/symupload
120 119
121 # downloaded prediction dictionary files. 120 # downloaded prediction dictionary files.
122 /services/prediction/res/*.dict 121 /services/prediction/res/*.dict
123 122
124 # Download the Mojom parser binary. 123 # Download the Mojom parser binary.
125 /mojom/mojom_parser/bin/linux64/mojom_parser 124 /mojom/mojom_parser/bin/linux64/mojom_parser
OLDNEW
« no previous file with comments | « no previous file | mojo/public/dart/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698