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

Side by Side Diff: .gitignore

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 cscope.* 15 cscope.*
16 mojo_shell.trace 16 mojo_shell.trace
17 Session.vim 17 Session.vim
18 tags 18 tags
19 Thumbs.db 19 Thumbs.db
20 v8.log 20 v8.log
21 21
22 # directories pulled in via deps or hooks 22 # directories pulled in via deps or hooks
23 /base/
23 /build/linux/bin/eu-strip 24 /build/linux/bin/eu-strip
24 /buildtools/ 25 /buildtools/
25 /dart/ 26 /dart/
26 /dart-pub-cache/ 27 /dart-pub-cache/
27 /native_client/ 28 /native_client/
28 /out/ 29 /out/
29 /out_*/ 30 /out_*/
30 /sdch/open-vcdiff/ 31 /sdch/open-vcdiff/
31 /testing/gmock/ 32 /testing/gmock/
32 /testing/gtest/ 33 /testing/gtest/
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 89
89 # downloaded keyboard_native resources. 90 # downloaded keyboard_native resources.
90 /services/keyboard_native/res/*.png 91 /services/keyboard_native/res/*.png
91 92
92 # breakpad tool 93 # breakpad tool
93 /mojo/tools/linux64/dump_syms 94 /mojo/tools/linux64/dump_syms
94 /mojo/tools/linux64/symupload 95 /mojo/tools/linux64/symupload
95 96
96 # downloaded prediction dictionary files. 97 # downloaded prediction dictionary files.
97 /services/prediction/res/*.dict 98 /services/prediction/res/*.dict
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