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

Side by Side Diff: .gitignore

Issue 2603203002: Add cleanup_links.py script that runs before sync. (Closed)
Patch Set: Cleaning of the links database file 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 /links
44 /links.db
45 /mojo 43 /mojo
46 /out 44 /out
47 /testing 45 /testing
48 /third_party 46 /third_party
49 /tools 47 /tools
50 /tools-webrtc/video_quality_toolchain/linux/ffmpeg 48 /tools-webrtc/video_quality_toolchain/linux/ffmpeg
51 /tools-webrtc/video_quality_toolchain/linux/zxing 49 /tools-webrtc/video_quality_toolchain/linux/zxing
52 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 50 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
53 /tools-webrtc/video_quality_toolchain/mac/zxing 51 /tools-webrtc/video_quality_toolchain/mac/zxing
54 /tools-webrtc/video_quality_toolchain/win/*.dll 52 /tools-webrtc/video_quality_toolchain/win/*.dll
55 /tools-webrtc/video_quality_toolchain/win/*.exe 53 /tools-webrtc/video_quality_toolchain/win/*.exe
56 /x86-generic_out/ 54 /x86-generic_out/
57 /xcodebuild 55 /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