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

Side by Side Diff: mojo/public/.gitignore

Issue 2245073004: Add some mojom.stamp files to public/.gitignore. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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 *.pyc 1 *.pyc
2 /tools/prebuilt/ 2 /tools/prebuilt/
3 3
4 # Download the Mojom parser binary. 4 # Download the Mojom parser binary.
5 /tools/bindings/mojom_tool/bin/linux64/mojom 5 /tools/bindings/mojom_tool/bin/linux64/mojom
6 /tools/bindings/mojom_tool/bin/linux64/mojom.stamp
6 /tools/bindings/mojom_tool/bin/mac64/mojom 7 /tools/bindings/mojom_tool/bin/mac64/mojom
8 /tools/bindings/mojom_tool/bin/mac64/mojom.stamp
7 9
8 # Download the mojom generators. 10 # Download the mojom generators.
9 # A generator is anything in the generators directory except sha1 files. 11 # A generator is anything in the generators directory except sha1 files.
10 /tools/bindings/mojom_tool/bin/linux64/generators/ 12 /tools/bindings/mojom_tool/bin/linux64/generators/
11 /tools/bindings/mojom_tool/bin/mac64/generators/ 13 /tools/bindings/mojom_tool/bin/mac64/generators/
12 !/tools/bindings/mojom_tool/bin/linux64/generators/*.sha1 14 !/tools/bindings/mojom_tool/bin/linux64/generators/*.sha1
13 !/tools/bindings/mojom_tool/bin/mac64/generators/*.sha1 15 !/tools/bindings/mojom_tool/bin/mac64/generators/*.sha1
14 !/tools/bindings/mojom_tool/bin/linux64/generators/legacy 16 !/tools/bindings/mojom_tool/bin/linux64/generators/legacy
15 !/tools/bindings/mojom_tool/bin/mac64/generators/legacy 17 !/tools/bindings/mojom_tool/bin/mac64/generators/legacy
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