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

Side by Side Diff: .gitignore

Issue 2659493002: Replace src/ios copy with DEPS mirror. (Closed)
Patch Set: Adding src/ios to .gitignore Created 3 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 | 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 *.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 22 matching lines...) Expand all
33 .landmines 33 .landmines
34 .metadata 34 .metadata
35 .project 35 .project
36 .pydevproject 36 .pydevproject
37 .settings 37 .settings
38 .sw? 38 .sw?
39 /Makefile 39 /Makefile
40 /base 40 /base
41 /build 41 /build
42 /buildtools 42 /buildtools
43 /ios
43 /mojo 44 /mojo
44 /out 45 /out
45 /testing 46 /testing
46 /third_party 47 /third_party
47 /tools 48 /tools
48 /tools-webrtc/video_quality_toolchain/linux/ffmpeg 49 /tools-webrtc/video_quality_toolchain/linux/ffmpeg
49 /tools-webrtc/video_quality_toolchain/linux/zxing 50 /tools-webrtc/video_quality_toolchain/linux/zxing
50 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 51 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
51 /tools-webrtc/video_quality_toolchain/mac/zxing 52 /tools-webrtc/video_quality_toolchain/mac/zxing
52 /tools-webrtc/video_quality_toolchain/win/*.dll 53 /tools-webrtc/video_quality_toolchain/win/*.dll
53 /tools-webrtc/video_quality_toolchain/win/*.exe 54 /tools-webrtc/video_quality_toolchain/win/*.exe
54 /x86-generic_out/ 55 /x86-generic_out/
55 /xcodebuild 56 /xcodebuild
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