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 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 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 .DS_Store 3 .DS_Store
4 .landmines 4 .landmines
5 .gdb_history 5 .gdb_history
6 .gdbinit 6 .gdbinit
7 tags 7 tags
8 /build/util/LASTCHANGE* 8 /build/util/LASTCHANGE*
9 /build/linux/bin/eu-strip 9 /build/linux/bin/eu-strip
10 /buildtools/ 10 /buildtools/
11 /out/ 11 /out/
12 /third_party/llvm-build/ 12 /third_party/llvm-build/
13 13
14 # stuff pulled via DEPS 14 # stuff pulled via DEPS
15 /base/ 15 /base/
16 /build/config/
17 /build/toolchain/
18 /buildtools/ 16 /buildtools/
19 /crypto/
20 /sdch/open-vcdiff 17 /sdch/open-vcdiff
21 /testing/gmock/ 18 /testing/gmock/
22 /testing/gtest/ 19 /testing/gtest/
23 /third_party/boringssl/src/ 20 /third_party/boringssl/src/
24 /third_party/icu/ 21 /third_party/icu/
25 /tools/grit/ 22 /tools/grit/
26 23
27 # android-specific stuff pulled in via DEPS 24 # android-specific stuff pulled in via DEPS
28 /third_party/android_tools/ 25 /third_party/android_tools/
29 /third_party/appurify-python/src/ 26 /third_party/appurify-python/src/
30 /third_party/jsr-305/src/ 27 /third_party/jsr-305/src/
31 /third_party/junit/src/ 28 /third_party/junit/src/
32 /third_party/mockito/src/ 29 /third_party/mockito/src/
33 /third_party/mojo/src/mojo/public/ 30 /third_party/mojo/src/mojo/public/
34 /third_party/mojo_devtools/ 31 /third_party/mojo_devtools/
35 /third_party/pyelftools/ 32 /third_party/pyelftools/
36 /third_party/requests/src/ 33 /third_party/requests/src/
37 /third_party/requests/src/ 34 /third_party/requests/src/
38 /third_party/robolectric/lib/ 35 /third_party/robolectric/lib/
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