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

Side by Side Diff: .gitignore

Issue 840653003: Pull in native_client and build tests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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.nacl » ('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 .checkstyle 10 .checkstyle
11 cscope.* 11 cscope.*
12 Session.vim 12 Session.vim
13 tags 13 tags
14 Thumbs.db 14 Thumbs.db
15 v8.log 15 v8.log
16 /build/util/LASTCHANGE* 16 /build/util/LASTCHANGE*
17 /build/linux/bin/eu-strip 17 /build/linux/bin/eu-strip
18 /build/win_toolchain.json 18 /build/win_toolchain.json
19 /buildtools/ 19 /buildtools/
20 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 20 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
21 # TODO(vtl): Check if this is still true. 21 # TODO(vtl): Check if this is still true.
22 /c 22 /c
23 /dart/ 23 /dart/
24 /mojo/public/tools/prebuilt/ 24 /mojo/public/tools/prebuilt/
25 /native_client/
25 /out/ 26 /out/
26 /out_*/ 27 /out_*/
27 /sdch/open-vcdiff/ 28 /sdch/open-vcdiff/
28 /testing/gmock/ 29 /testing/gmock/
29 /testing/gtest/ 30 /testing/gtest/
30 /third_party/android_tools/ 31 /third_party/android_tools/
31 /third_party/angle/ 32 /third_party/angle/
32 /third_party/appurify-python/ 33 /third_party/appurify-python/
33 /third_party/bison/ 34 /third_party/bison/
34 /third_party/boringssl/src/ 35 /third_party/boringssl/src/
(...skipping 18 matching lines...) Expand all
53 /third_party/pywebsocket/src/ 54 /third_party/pywebsocket/src/
54 /third_party/requests/src/ 55 /third_party/requests/src/
55 /third_party/sfntly/cpp/ 56 /third_party/sfntly/cpp/
56 /third_party/skia/ 57 /third_party/skia/
57 /third_party/smhasher/src/ 58 /third_party/smhasher/src/
58 /third_party/yasm/binaries/ 59 /third_party/yasm/binaries/
59 /third_party/yasm/source/patched-yasm/ 60 /third_party/yasm/source/patched-yasm/
60 /tools/grit/ 61 /tools/grit/
61 /tools/gyp/ 62 /tools/gyp/
62 /v8/ 63 /v8/
OLDNEW
« no previous file with comments | « no previous file | DEPS.nacl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698