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

Side by Side Diff: .gitignore

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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') | DEPS » ('J')
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 3 *.mojom.dart
4 *~ 4 *~
5 .*.sw? 5 .*.sw?
6 .DS_Store 6 .DS_Store
7 .classpath 7 .classpath
8 .cproject 8 .cproject
9 .gdb_history 9 .gdb_history
10 .gdbinit 10 .gdbinit
11 .landmines 11 .landmines
12 .project 12 .project
13 .pub 13 .pub
14 .pydevproject 14 .pydevproject
15 .checkstyle 15 .checkstyle
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 /build/util/LASTCHANGE* 22 /build/util/LASTCHANGE*
23 23
24 # directories pulled in via deps or hooks 24 # directories pulled in via deps or hooks
25 /build/linux/bin/eu-strip 25 /build/linux/bin/eu-strip
26 /buildtools/ 26 /buildtools/
27 /dart/ 27 /mojo/public/third_party/dart/
28 /dart-pub-cache/
29 /native_client/ 28 /native_client/
30 /out/ 29 /out/
31 /out_*/ 30 /out_*/
32 /sdch/open-vcdiff/ 31 /sdch/open-vcdiff/
33 /testing/gmock/ 32 /testing/gmock/
34 /testing/gtest/ 33 /testing/gtest/
35 /third_party/android_tools/ 34 /third_party/android_tools/
36 /third_party/angle/ 35 /third_party/angle/
37 /third_party/appurify-python/ 36 /third_party/appurify-python/
38 /third_party/breakpad/src/ 37 /third_party/breakpad/src/
39 /third_party/boringssl/src/ 38 /third_party/boringssl/src/
40 /third_party/brotli/src/ 39 /third_party/brotli/src/
41 /third_party/colorama/src/ 40 /third_party/colorama/src/
42 /third_party/dart-sdk/ 41 /third_party/dart-sdk/
43 /third_party/dart-pkg/archive 42 /mojo/public/third_party/dart-pkg/*
44 /third_party/dart-pkg/args 43 !/mojo/public/third_party/dart-pkg/BUILD.gn
45 /third_party/dart-pkg/box2d 44 !/mojo/public/third_party/dart-pkg/README.md
46 /third_party/dart-pkg/cassowary
47 /third_party/dart-pkg/collection
48 /third_party/dart-pkg/crypto
49 /third_party/dart-pkg/newton
50 /third_party/dart-pkg/path
51 /third_party/dart-pkg/quiver
52 /third_party/dart-pkg/source_span
53 /third_party/dart-pkg/string_scanner
54 /third_party/dart-pkg/vector_math
55 /third_party/dart-pkg/vector_math
56 /third_party/dart-pkg/yaml
57 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf 45 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
58 /third_party/freetype-android/src 46 /third_party/freetype-android/src
59 /third_party/go/ 47 /third_party/go/
60 /third_party/icu/ 48 /third_party/icu/
61 /third_party/jsr-305/src/ 49 /third_party/jsr-305/src/
62 /third_party/libc++/trunk/ 50 /third_party/libc++/trunk/
63 /third_party/libc++abi/trunk/ 51 /third_party/libc++abi/trunk/
64 /third_party/libjpeg_turbo/ 52 /third_party/libjpeg_turbo/
65 /third_party/llvm/ 53 /third_party/llvm/
66 /third_party/llvm-build/ 54 /third_party/llvm-build/
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 110
123 # downloaded keyboard_native resources. 111 # downloaded keyboard_native resources.
124 /services/keyboard_native/res/*.png 112 /services/keyboard_native/res/*.png
125 113
126 # breakpad tool 114 # breakpad tool
127 /mojo/tools/linux64/dump_syms 115 /mojo/tools/linux64/dump_syms
128 /mojo/tools/linux64/symupload 116 /mojo/tools/linux64/symupload
129 117
130 # downloaded prediction dictionary files. 118 # downloaded prediction dictionary files.
131 /services/prediction/res/*.dict 119 /services/prediction/res/*.dict
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698