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

Side by Side Diff: third_party/.gitignore

Issue 2733103006: Instrumented Libraries: Update .gitignore (Closed)
Patch Set: Rebase Created 3 years, 9 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 # This file is needed for projects that has this directory as a separate Git 1 # This file is needed for projects that has this directory as a separate Git
2 # mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync. 2 # mirror in DEPS. Without it, a lot is wiped and re-downloaded for each sync.
3 /__START__ 3 /__START__
4 /accessibility-developer-tools/ 4 /accessibility-developer-tools/
5 /accessibility_test_framework/lib/*.jar 5 /accessibility_test_framework/lib/*.jar
6 /adobe/flash/binaries 6 /adobe/flash/binaries
7 /adobe/flash/symbols 7 /adobe/flash/symbols
8 /amd/ 8 /amd/
9 /android_protobuf/src 9 /android_protobuf/src
10 /android_support_test_runner/lib/*.aar 10 /android_support_test_runner/lib/*.aar
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 /gvr-android-sdk/test-apks/daydream_home/*.apk 72 /gvr-android-sdk/test-apks/daydream_home/*.apk
73 /gvr-android-sdk/test-apks/vr_services/*.apk 73 /gvr-android-sdk/test-apks/vr_services/*.apk
74 /gperf 74 /gperf
75 /guava/lib/*.jar 75 /guava/lib/*.jar
76 /hamcrest/lib/*.jar 76 /hamcrest/lib/*.jar
77 /hunspell_dictionaries 77 /hunspell_dictionaries
78 /icu 78 /icu
79 /icu4j/lib/*.jar 79 /icu4j/lib/*.jar
80 /intellij/lib/*.jar 80 /intellij/lib/*.jar
81 /inspector_protocol 81 /inspector_protocol
82 /instrumented_libraries/scripts/*.tgz
83 /instrumented_libraries/scripts/out/*
82 /javax_inject/lib/*.jar 84 /javax_inject/lib/*.jar
83 /jsoncpp/source 85 /jsoncpp/source
84 /jsr-305/src 86 /jsr-305/src
85 /junit/src 87 /junit/src
86 /khronos_glcts 88 /khronos_glcts
87 /leakcanary/src 89 /leakcanary/src
88 /leveldatabase/src 90 /leveldatabase/src
89 /leveldb 91 /leveldb
90 /libc++-static/libc++.a 92 /libc++-static/libc++.a
91 /libaddressinput/src 93 /libaddressinput/src
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 /win_toolchain/files 195 /win_toolchain/files
194 /wix 196 /wix
195 /xdg-utils 197 /xdg-utils
196 /xstream/lib/*.jar 198 /xstream/lib/*.jar
197 /xulrunner-sdk 199 /xulrunner-sdk
198 /yasm/binaries 200 /yasm/binaries
199 /yasm/generate_files.xml 201 /yasm/generate_files.xml
200 /yasm/source/patched-yasm 202 /yasm/source/patched-yasm
201 /yasm/yasm.xml 203 /yasm/yasm.xml
202 204
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