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

Side by Side Diff: .gitignore

Issue 9325049: Fixup chromium specific bits after merge. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: Code review fixes. Created 8 years, 10 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 | chromium/avcodec-53.sigs » ('j') | no next file with comments »
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 *.def 10 *.def
11 *.dll 11 *.dll
12 *.lib 12 *.lib
13 *.exp 13 *.exp
14 config.*
14 doc/*.1 15 doc/*.1
15 doc/*.html 16 doc/*.html
16 doc/*.pod 17 doc/*.pod
17 doc/fate.txt 18 doc/fate.txt
18 doxy 19 doxy
19 ffmpeg 20 ffmpeg
20 ffplay 21 ffplay
21 ffprobe 22 ffprobe
22 ffserver 23 ffserver
23 avconv 24 avconv
(...skipping 22 matching lines...) Expand all
46 tools/aviocat 47 tools/aviocat
47 tools/cws2fws 48 tools/cws2fws
48 tools/graph2dot 49 tools/graph2dot
49 tools/ismindex 50 tools/ismindex
50 tools/lavfi-showfiltfmts 51 tools/lavfi-showfiltfmts
51 tools/pktdumper 52 tools/pktdumper
52 tools/probetest 53 tools/probetest
53 tools/qt-faststart 54 tools/qt-faststart
54 tools/trasher 55 tools/trasher
55 version.h 56 version.h
OLDNEW
« no previous file with comments | « no previous file | chromium/avcodec-53.sigs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698