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

Side by Side Diff: .gitignore

Issue 9290059: Initial commit of all previous Chrome build scripts. (Closed) Base URL: http://git.chromium.org/chromium/third_party/ffmpeg.git@master
Patch Set: Created 8 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 | README.chromium » ('j') | README.chromium » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .config 1 .config
2 .version 2 .version
3 *.o 3 *.o
4 *.d 4 *.d
5 *.exe 5 *.exe
6 *.ho 6 *.ho
7 *-example 7 *-example
8 *-test 8 *-test
9 *_g 9 *_g
10 config.*
11 doc/*.1 10 doc/*.1
12 doc/*.html 11 doc/*.html
13 doc/*.pod 12 doc/*.pod
14 doxy 13 doxy
15 ffmpeg 14 ffmpeg
16 ffplay 15 ffplay
17 ffprobe 16 ffprobe
18 ffserver 17 ffserver
19 libavcodec/*_tablegen 18 libavcodec/*_tablegen
20 libavcodec/*_tables.c 19 libavcodec/*_tables.c
(...skipping 17 matching lines...) Expand all
38 tests/vsynth1 37 tests/vsynth1
39 tests/vsynth2 38 tests/vsynth2
40 tools/cws2fws 39 tools/cws2fws
41 tools/graph2dot 40 tools/graph2dot
42 tools/lavfi-showfiltfmts 41 tools/lavfi-showfiltfmts
43 tools/pktdumper 42 tools/pktdumper
44 tools/probetest 43 tools/probetest
45 tools/qt-faststart 44 tools/qt-faststart
46 tools/trasher 45 tools/trasher
47 version.h 46 version.h
OLDNEW
« no previous file with comments | « no previous file | README.chromium » ('j') | README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698