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

Side by Side Diff: .gitignore

Issue 1575113003: Update .gitignore (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | 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 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 /testing 77 /testing
78 /third_party/WebKit/Tools/Scripts 78 /third_party/WebKit/Tools/Scripts
79 /third_party/android_platform 79 /third_party/android_platform
80 /third_party/android_tools 80 /third_party/android_tools
81 /third_party/appurify-python 81 /third_party/appurify-python
82 /third_party/asan 82 /third_party/asan
83 /third_party/ashmem 83 /third_party/ashmem
84 /third_party/binutils 84 /third_party/binutils
85 /third_party/boringssl 85 /third_party/boringssl
86 /third_party/BUILD.gn 86 /third_party/BUILD.gn
87 /third_party/catapult
87 /third_party/clang_format 88 /third_party/clang_format
88 /third_party/class-dump 89 /third_party/class-dump
89 /third_party/colorama 90 /third_party/colorama
90 /third_party/cygwin 91 /third_party/cygwin
91 /third_party/directxsdk 92 /third_party/directxsdk
92 /third_party/drmemory 93 /third_party/drmemory
93 /third_party/expat 94 /third_party/expat
94 /third_party/ffmpeg 95 /third_party/ffmpeg
95 /third_party/gaeunit 96 /third_party/gaeunit
96 /third_party/gflags/src 97 /third_party/gflags/src
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 /tools/generate_library_loader 143 /tools/generate_library_loader
143 /tools/gn 144 /tools/gn
144 /tools/grit 145 /tools/grit
145 /tools/gyp 146 /tools/gyp
146 /tools/isolate_driver.py 147 /tools/isolate_driver.py
147 /tools/memory 148 /tools/memory
148 /tools/protoc_wrapper 149 /tools/protoc_wrapper
149 /tools/python 150 /tools/python
150 /tools/sanitizer_options 151 /tools/sanitizer_options
151 /tools/swarming_client 152 /tools/swarming_client
153 /tools/telemetry
152 /tools/tsan_suppressions 154 /tools/tsan_suppressions
153 /tools/valgrind 155 /tools/valgrind
154 /tools/vim 156 /tools/vim
155 /tools/win 157 /tools/win
156 /tools/xdisplaycheck 158 /tools/xdisplaycheck
157 /tools/whitespace.txt 159 /tools/whitespace.txt
158 /webrtc/examples/android/opensl_loopback/bin 160 /webrtc/examples/android/opensl_loopback/bin
159 /webrtc/examples/android/opensl_loopback/gen 161 /webrtc/examples/android/opensl_loopback/gen
160 /webrtc/examples/android/opensl_loopback/libs 162 /webrtc/examples/android/opensl_loopback/libs
161 /webrtc/examples/android/opensl_loopback/local.properties 163 /webrtc/examples/android/opensl_loopback/local.properties
162 /webrtc/examples/android/opensl_loopback/obj 164 /webrtc/examples/android/opensl_loopback/obj
163 /webrtc/examples/android/opensl_loopback/proguard-project.txt 165 /webrtc/examples/android/opensl_loopback/proguard-project.txt
164 /webrtc/modules/audio_device/android/test/bin/ 166 /webrtc/modules/audio_device/android/test/bin/
165 /webrtc/modules/audio_device/android/test/gen/ 167 /webrtc/modules/audio_device/android/test/gen/
166 /webrtc/modules/audio_device/android/test/libs/ 168 /webrtc/modules/audio_device/android/test/libs/
167 /x86-generic_out/ 169 /x86-generic_out/
168 /xcodebuild 170 /xcodebuild
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