Skip to content

Commit 5558ff3

Browse files
committed
Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'
* commit '257f00ec1ab06a2a161f535036c6512f3fc8e801': Split global .gitignore file into per-directory files Merged-by: Clément Bœsch <[email protected]>
2 parents 8518557 + 257f00e commit 5558ff3

File tree

10 files changed

+64
-64
lines changed

10 files changed

+64
-64
lines changed

.gitignore

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -31,69 +31,5 @@
3131
/config.*
3232
/coverage.info
3333
/avversion.h
34-
/doc/*.1
35-
/doc/*.3
36-
/doc/*.html
37-
/doc/*.pod
38-
/doc/config.texi
39-
/doc/avoptions_codec.texi
40-
/doc/avoptions_format.texi
41-
/doc/doxy/html/
42-
/doc/examples/avio_dir_cmd
43-
/doc/examples/avio_reading
44-
/doc/examples/decoding_encoding
45-
/doc/examples/demuxing_decoding
46-
/doc/examples/extract_mvs
47-
/doc/examples/filter_audio
48-
/doc/examples/filtering_audio
49-
/doc/examples/filtering_video
50-
/doc/examples/metadata
51-
/doc/examples/muxing
52-
/doc/examples/pc-uninstalled
53-
/doc/examples/remuxing
54-
/doc/examples/resampling_audio
55-
/doc/examples/scaling_video
56-
/doc/examples/transcode_aac
57-
/doc/examples/transcoding
58-
/doc/fate.txt
59-
/doc/print_options
6034
/lcov/
61-
/libavformat/protocol_list.c
62-
/libavcodec/*_tablegen
63-
/libavcodec/*_tables.c
64-
/libavcodec/*_tables.h
65-
/libavcodec/bsf_list.c
66-
/libavutil/avconfig.h
67-
/libavutil/ffversion.h
6835
/src
69-
/tests/audiogen
70-
/tests/audiomatch
71-
/tests/base64
72-
/tests/checkasm/checkasm
73-
/tests/data/
74-
/tests/pixfmts.mak
75-
/tests/rotozoom
76-
/tests/test_copy.ffmeta
77-
/tests/tiny_psnr
78-
/tests/tiny_ssim
79-
/tests/videogen
80-
/tests/vsynth1/
81-
/tools/aviocat
82-
/tools/ffbisect
83-
/tools/bisect.need
84-
/tools/crypto_bench
85-
/tools/cws2fws
86-
/tools/fourcc2pixfmt
87-
/tools/ffescape
88-
/tools/ffeval
89-
/tools/ffhash
90-
/tools/graph2dot
91-
/tools/ismindex
92-
/tools/pktdumper
93-
/tools/probetest
94-
/tools/qt-faststart
95-
/tools/sidxindex
96-
/tools/trasher
97-
/tools/seek_print
98-
/tools/uncoded_frame
99-
/tools/zmqsend

doc/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*.1
2+
/*.3
3+
/*.html
4+
/*.pod
5+
/config.texi
6+
/avoptions_codec.texi
7+
/avoptions_format.texi
8+
/fate.txt
9+
/print_options

doc/doxy/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/html/

doc/examples/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/avio_dir_cmd
2+
/avio_reading
3+
/decoding_encoding
4+
/demuxing_decoding
5+
/extract_mvs
6+
/filter_audio
7+
/filtering_audio
8+
/filtering_video
9+
/metadata
10+
/muxing
11+
/pc-uninstalled
12+
/remuxing
13+
/resampling_audio
14+
/scaling_video
15+
/transcode_aac
16+
/transcoding

libavcodec/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*_tablegen
2+
/*_tables.c
3+
/*_tables.h
4+
/bsf_list.c

libavformat/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/protocol_list.c

libavutil/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/avconfig.h
2+
/ffversion.h

tests/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/audiogen
2+
/audiomatch
3+
/base64
4+
/data/
5+
/pixfmts.mak
6+
/rotozoom
7+
/test_copy.ffmeta
8+
/tiny_psnr
9+
/tiny_ssim
10+
/videogen
11+
/vsynth1/

tests/checkasm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/checkasm

tools/.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/aviocat
2+
/ffbisect
3+
/bisect.need
4+
/crypto_bench
5+
/cws2fws
6+
/fourcc2pixfmt
7+
/ffescape
8+
/ffeval
9+
/ffhash
10+
/graph2dot
11+
/ismindex
12+
/pktdumper
13+
/probetest
14+
/qt-faststart
15+
/sidxindex
16+
/trasher
17+
/seek_print
18+
/uncoded_frame
19+
/zmqsend

0 commit comments

Comments
 (0)