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

Side by Side Diff: .gitignore

Issue 1981883002: Prune the list of third_party symlinks (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Keep third_party/protobuf in .gitignore. Created 4 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 | setup_links.py » ('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 pin-log.txt 2 pin-log.txt
3 /base 3 /base
4 /build 4 /build
5 /buildtools 5 /buildtools
6 /chromium/.gclient.tmp 6 /chromium/.gclient.tmp
7 /chromium/.gclient.tmp_entries 7 /chromium/.gclient.tmp_entries
8 /chromium/.last_sync_chromium 8 /chromium/.last_sync_chromium
9 /chromium/src/ 9 /chromium/src/
10 /google_apis 10 /google_apis
11 /links 11 /links
12 /links.db 12 /links.db
13 /native_client 13 /native_client
14 /net 14 /net
15 /out 15 /out
16 /sde-avx-sse-transition-out.txt 16 /sde-avx-sse-transition-out.txt
17 /testing 17 /testing
18 /third_party/android_platform 18 /third_party/android_platform
19 /third_party/android_testrunner 19 /third_party/android_testrunner
20 /third_party/android_tools 20 /third_party/android_tools
21 /third_party/appurify-python 21 /third_party/appurify-python
22 /third_party/asan 22 /third_party/asan
23 /third_party/ashmem 23 /third_party/ashmem
24 /third_party/binutils 24 /third_party/binutils
25 /third_party/boringssl
26 /third_party/BUILD.gn 25 /third_party/BUILD.gn
27 /third_party/clang_format
28 /third_party/class-dump
29 /third_party/colorama
30 /third_party/cygwin
31 /third_party/directxsdk
32 /third_party/drmemory 26 /third_party/drmemory
33 /third_party/expat
34 /third_party/gaeunit
35 /third_party/gflags/src 27 /third_party/gflags/src
36 /third_party/icu
37 /third_party/instrumented_libraries 28 /third_party/instrumented_libraries
38 /third_party/ijar
39 /third_party/jsoncpp
40 /third_party/jsr-305
41 /third_party/junit
42 /third_party/junit-jar
43 /third_party/libc++
44 /third_party/libc++abi
45 /third_party/libevent
46 /third_party/libjingle
47 /third_party/libjpeg 29 /third_party/libjpeg
48 /third_party/libjpeg_turbo 30 /third_party/libjpeg_turbo
49 /third_party/libsrtp
50 /third_party/libvpx
51 /third_party/libxml
52 /third_party/libudev
53 /third_party/libyuv
54 /third_party/llvm 31 /third_party/llvm
55 /third_party/llvm-build 32 /third_party/llvm-build
56 /third_party/lss 33 /third_party/lss
57 /third_party/mockito
58 /third_party/modp_b64
59 /third_party/nss
60 /third_party/oauth2
61 /third_party/ocmock
62 /third_party/openmax_dl
63 /third_party/opus
64 /third_party/proguard
65 /third_party/protobuf 34 /third_party/protobuf
66 /third_party/requests
67 /third_party/robolectric
68 /third_party/sqlite
69 /third_party/syzygy
70 /third_party/usrsctp
71 /third_party/valgrind
72 /third_party/WebKit
73 /third_party/winsdk_samples/src
74 /third_party/yasm 35 /third_party/yasm
75 /third_party/zlib
76 /tools/android 36 /tools/android
77 /tools/clang 37 /tools/clang
78 /tools/find_depot_tools.py 38 /tools/find_depot_tools.py
79 /tools/generate_library_loader 39 /tools/generate_library_loader
80 /tools/gn 40 /tools/gn
81 /tools/grit 41 /tools/grit
82 /tools/gritsettings/README 42 /tools/gritsettings/README
83 /tools/gritsettings/resource_ids 43 /tools/gritsettings/resource_ids
84 /tools/gyp 44 /tools/gyp
85 /tools/isolate_driver.py 45 /tools/isolate_driver.py
(...skipping 30 matching lines...) Expand all
116 libyuv.a 76 libyuv.a
117 libyuv_unittest 77 libyuv_unittest
118 78
119 # Files generated by winarm.mk build 79 # Files generated by winarm.mk build
120 libyuv_arm.lib 80 libyuv_arm.lib
121 source/*.o 81 source/*.o
122 82
123 # Files generated by perf 83 # Files generated by perf
124 perf.data 84 perf.data
125 perf.data.old 85 perf.data.old
OLDNEW
« no previous file with comments | « no previous file | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698