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

Side by Side Diff: .gitignore

Issue 1376723002: Remove isolate_deps_dir from .gitignore (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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 27 matching lines...) Expand all
38 /base 38 /base
39 /build 39 /build
40 /buildtools 40 /buildtools
41 /chromium/.gclient.tmp 41 /chromium/.gclient.tmp
42 /chromium/.gclient.tmp_entries 42 /chromium/.gclient.tmp_entries
43 /chromium/.last_sync_chromium 43 /chromium/.last_sync_chromium
44 /chromium/_bad_scm 44 /chromium/_bad_scm
45 /chromium/src 45 /chromium/src
46 /google_apis 46 /google_apis
47 /gyp-mac-tool 47 /gyp-mac-tool
48 /isolate_deps_dir
49 /links 48 /links
50 /links.db 49 /links.db
51 /net 50 /net
52 /out 51 /out
53 /resources/**/*.aecdump 52 /resources/**/*.aecdump
54 /resources/**/*.bin 53 /resources/**/*.bin
55 /resources/**/*.chn 54 /resources/**/*.chn
56 /resources/**/*.dat 55 /resources/**/*.dat
57 /resources/**/*.gai 56 /resources/**/*.gai
58 /resources/**/*.jpg 57 /resources/**/*.jpg
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 /webrtc/modules/audio_device/android/test/bin/ 170 /webrtc/modules/audio_device/android/test/bin/
172 /webrtc/modules/audio_device/android/test/gen/ 171 /webrtc/modules/audio_device/android/test/gen/
173 /webrtc/modules/audio_device/android/test/libs/ 172 /webrtc/modules/audio_device/android/test/libs/
174 /webrtc/video_engine/test/android/bin 173 /webrtc/video_engine/test/android/bin
175 /webrtc/video_engine/test/android/gen 174 /webrtc/video_engine/test/android/gen
176 /webrtc/video_engine/test/android/libs 175 /webrtc/video_engine/test/android/libs
177 /webrtc/video_engine/test/android/obj 176 /webrtc/video_engine/test/android/obj
178 /x86-generic_out/ 177 /x86-generic_out/
179 /xcodebuild 178 /xcodebuild
180 179
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