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

Side by Side Diff: .gitignore

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (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 | DEPS » ('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 *~ 3 *~
4 .*.sw? 4 .*.sw?
5 .DS_Store 5 .DS_Store
6 .classpath 6 .classpath
7 .cproject 7 .cproject
8 .gdb_history 8 .gdb_history
9 .gdbinit 9 .gdbinit
10 .landmines 10 .landmines
11 .project 11 .project
12 .pub 12 .pub
13 .pydevproject 13 .pydevproject
14 .checkstyle 14 .checkstyle
15 Cargo.lock 15 Cargo.lock
16 cscope.* 16 cscope.*
17 mojo_shell.trace 17 mojo_shell.trace
18 Session.vim 18 Session.vim
19 tags 19 tags
20 Thumbs.db 20 Thumbs.db
21 v8.log 21 v8.log
22 22
23 # directories pulled in via deps or hooks 23 # directories pulled in via deps or hooks
24 /base/ 24 /base/
25 /build/linux/bin/eu-strip 25 /build/linux/bin/eu-strip
26 /buildtools/ 26 /buildtools/
27 /dart/ 27 /dart/
28 /dart-pub-cache/ 28 /dart-pub-cache/
29 /mojo/public/
29 /native_client/ 30 /native_client/
30 /out/ 31 /out/
31 /out_*/ 32 /out_*/
32 /sdch/open-vcdiff/ 33 /sdch/open-vcdiff/
33 /testing/gmock/ 34 /testing/gmock/
34 /testing/gtest/ 35 /testing/gtest/
35 /third_party/android_tools/ 36 /third_party/android_tools/
36 /third_party/angle/ 37 /third_party/angle/
37 /third_party/appurify-python/ 38 /third_party/appurify-python/
38 /third_party/breakpad/src/ 39 /third_party/breakpad/src/
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # downloaded keyboard_native resources. 94 # downloaded keyboard_native resources.
94 /services/keyboard_native/res/*.png 95 /services/keyboard_native/res/*.png
95 96
96 # breakpad tool 97 # breakpad tool
97 /mojo/tools/linux64/dump_syms 98 /mojo/tools/linux64/dump_syms
98 /mojo/tools/linux64/symupload 99 /mojo/tools/linux64/symupload
99 100
100 # downloaded prediction dictionary files. 101 # downloaded prediction dictionary files.
101 /services/prediction/res/*.dict 102 /services/prediction/res/*.dict
102 103
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698