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

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') | 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 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
(...skipping 22 matching lines...) Expand all
33 /testing/gmock/ 33 /testing/gmock/
34 /testing/gtest/ 34 /testing/gtest/
35 /third_party/android_tools/ 35 /third_party/android_tools/
36 /third_party/angle/ 36 /third_party/angle/
37 /third_party/appurify-python/ 37 /third_party/appurify-python/
38 /third_party/breakpad/src/ 38 /third_party/breakpad/src/
39 /third_party/boringssl/src/ 39 /third_party/boringssl/src/
40 /third_party/brotli/src/ 40 /third_party/brotli/src/
41 /third_party/colorama/src/ 41 /third_party/colorama/src/
42 /third_party/dart-sdk/ 42 /third_party/dart-sdk/
43 /third_party/dart-pkg/archive
44 /third_party/dart-pkg/args
45 /third_party/dart-pkg/box2d
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 43 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
58 /third_party/freetype-android/src 44 /third_party/freetype-android/src
59 /third_party/go/ 45 /third_party/go/
60 /third_party/icu/ 46 /third_party/icu/
61 /third_party/jsr-305/src/ 47 /third_party/jsr-305/src/
62 /third_party/leveldatabase/ 48 /third_party/leveldatabase/
63 /third_party/libc++/trunk/ 49 /third_party/libc++/trunk/
64 /third_party/libc++abi/trunk/ 50 /third_party/libc++abi/trunk/
65 /third_party/libjpeg_turbo/ 51 /third_party/libjpeg_turbo/
66 /third_party/llvm/ 52 /third_party/llvm/
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 110
125 # downloaded keyboard_native resources. 111 # downloaded keyboard_native resources.
126 /services/keyboard_native/res/*.png 112 /services/keyboard_native/res/*.png
127 113
128 # breakpad tool 114 # breakpad tool
129 /mojo/tools/linux64/dump_syms 115 /mojo/tools/linux64/dump_syms
130 /mojo/tools/linux64/symupload 116 /mojo/tools/linux64/symupload
131 117
132 # downloaded prediction dictionary files. 118 # downloaded prediction dictionary files.
133 /services/prediction/res/*.dict 119 /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