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

Side by Side Diff: .gitignore

Issue 1127673003: Add DejaVu Sans Mono (regular) font to third_party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update .gitignore Created 5 years, 7 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 *.pyc 1 *.pyc
2 *~ 2 *~
3 .*.sw? 3 .*.sw?
4 .DS_Store 4 .DS_Store
5 .classpath 5 .classpath
6 .cproject 6 .cproject
7 .gdb_history 7 .gdb_history
8 .gdbinit 8 .gdbinit
9 .landmines 9 .landmines
10 .project 10 .project
(...skipping 21 matching lines...) Expand all
32 /testing/gmock/ 32 /testing/gmock/
33 /testing/gtest/ 33 /testing/gtest/
34 /third_party/android_tools/ 34 /third_party/android_tools/
35 /third_party/angle/ 35 /third_party/angle/
36 /third_party/appurify-python/ 36 /third_party/appurify-python/
37 /third_party/bison/ 37 /third_party/bison/
38 /third_party/boringssl/src/ 38 /third_party/boringssl/src/
39 /third_party/brotli/src/ 39 /third_party/brotli/src/
40 /third_party/colorama/src/ 40 /third_party/colorama/src/
41 /third_party/dart-sdk/ 41 /third_party/dart-sdk/
42 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
42 /third_party/fontconfig/src/ 43 /third_party/fontconfig/src/
43 /third_party/freetype/ 44 /third_party/freetype/
44 /third_party/freetype2/src/ 45 /third_party/freetype2/src/
45 /third_party/go/tool/ 46 /third_party/go/tool/
46 /third_party/gperf/ 47 /third_party/gperf/
47 /third_party/icu/ 48 /third_party/icu/
48 /third_party/jsr-305/src/ 49 /third_party/jsr-305/src/
49 /third_party/libc++/trunk/ 50 /third_party/libc++/trunk/
50 /third_party/libc++abi/trunk/ 51 /third_party/libc++abi/trunk/
51 /third_party/libjpeg_turbo/ 52 /third_party/libjpeg_turbo/
52 /third_party/llvm/ 53 /third_party/llvm/
53 /third_party/llvm-build/ 54 /third_party/llvm-build/
54 /third_party/lss/ 55 /third_party/lss/
55 /third_party/mesa/src/ 56 /third_party/mesa/src/
56 /third_party/nss/ 57 /third_party/nss/
57 /third_party/pdfium/ 58 /third_party/pdfium/
58 /third_party/pywebsocket/src/ 59 /third_party/pywebsocket/src/
59 /third_party/requests/src/ 60 /third_party/requests/src/
60 /third_party/sfntly/cpp/ 61 /third_party/sfntly/cpp/
61 /third_party/skia/ 62 /third_party/skia/
62 /third_party/smhasher/src/ 63 /third_party/smhasher/src/
63 /third_party/yasm/binaries/ 64 /third_party/yasm/binaries/
64 /third_party/yasm/source/patched-yasm/ 65 /third_party/yasm/source/patched-yasm/
65 /tools/grit/ 66 /tools/grit/
66 /tools/gyp/ 67 /tools/gyp/
67 /v8/ 68 /v8/
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