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

Side by Side Diff: .gitignore

Issue 1416263002: Fix gitignore to match DEPS for third_party/robolectric. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 # 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 /third_party/llvm/ 53 /third_party/llvm/
54 /third_party/llvm-build/ 54 /third_party/llvm-build/
55 /third_party/lss/ 55 /third_party/lss/
56 /third_party/junit/src/ 56 /third_party/junit/src/
57 /third_party/mesa/src/ 57 /third_party/mesa/src/
58 /third_party/mockito/src/ 58 /third_party/mockito/src/
59 /third_party/pdfium/ 59 /third_party/pdfium/
60 /third_party/pyelftools/ 60 /third_party/pyelftools/
61 /third_party/pywebsocket/src/ 61 /third_party/pywebsocket/src/
62 /third_party/requests/src/ 62 /third_party/requests/src/
63 /third_party/robolectric/src/ 63 /third_party/robolectric/lib/
64 /third_party/skia/ 64 /third_party/skia/
65 /third_party/smhasher/src/ 65 /third_party/smhasher/src/
66 /third_party/snappy/src/ 66 /third_party/snappy/src/
67 /third_party/yasm/binaries/ 67 /third_party/yasm/binaries/
68 /third_party/yasm/source/patched-yasm/ 68 /third_party/yasm/source/patched-yasm/
69 /tools/grit/ 69 /tools/grit/
70 /v8/ 70 /v8/
71 71
72 # dart packages directories and related. 72 # dart packages directories and related.
73 /examples/dart/hello_world/hello/.packages 73 /examples/dart/hello_world/hello/.packages
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 # downloaded keyboard_native resources. 112 # downloaded keyboard_native resources.
113 /services/keyboard_native/res/*.png 113 /services/keyboard_native/res/*.png
114 114
115 # breakpad tool 115 # breakpad tool
116 /mojo/tools/linux64/dump_syms 116 /mojo/tools/linux64/dump_syms
117 /mojo/tools/linux64/symupload 117 /mojo/tools/linux64/symupload
118 118
119 # downloaded prediction dictionary files. 119 # downloaded prediction dictionary files.
120 /services/prediction/res/*.dict 120 /services/prediction/res/*.dict
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