mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
Split global .gitignore file into per-directory files
This commit is contained in:
parent
763d69bfb2
commit
257f00ec1a
38
.gitignore
vendored
38
.gitignore
vendored
@ -23,43 +23,7 @@
|
||||
/avconv
|
||||
/avplay
|
||||
/avprobe
|
||||
/avversion.h
|
||||
/config.*
|
||||
/coverage.info
|
||||
/avversion.h
|
||||
/doc/*.1
|
||||
/doc/*.html
|
||||
/doc/*.pod
|
||||
/doc/avoptions_codec.texi
|
||||
/doc/avoptions_format.texi
|
||||
/doc/doxy/html/
|
||||
/doc/examples/avcodec
|
||||
/doc/examples/filter_audio
|
||||
/doc/examples/metadata
|
||||
/doc/examples/output
|
||||
/doc/examples/transcode_aac
|
||||
/doc/print_options
|
||||
/lcov/
|
||||
/libavformat/protocol_list.c
|
||||
/libavcodec/*_tablegen
|
||||
/libavcodec/*_tables.c
|
||||
/libavcodec/*_tables.h
|
||||
/libavcodec/bsf_list.c
|
||||
/libavutil/avconfig.h
|
||||
/tests/audiogen
|
||||
/tests/base64
|
||||
/tests/checkasm/checkasm
|
||||
/tests/data/
|
||||
/tests/pixfmts.mak
|
||||
/tests/rotozoom
|
||||
/tests/tiny_psnr
|
||||
/tests/videogen
|
||||
/tests/vsynth1/
|
||||
/tools/aviocat
|
||||
/tools/cws2fws
|
||||
/tools/graph2dot
|
||||
/tools/ismindex
|
||||
/tools/pktdumper
|
||||
/tools/probetest
|
||||
/tools/qt-faststart
|
||||
/tools/sidxindex
|
||||
/tools/trasher
|
||||
|
6
doc/.gitignore
vendored
Normal file
6
doc/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/*.1
|
||||
/*.html
|
||||
/*.pod
|
||||
/avoptions_codec.texi
|
||||
/avoptions_format.texi
|
||||
/print_options
|
1
doc/doxy/.gitignore
vendored
Normal file
1
doc/doxy/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/html/
|
5
doc/examples/.gitignore
vendored
Normal file
5
doc/examples/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/avcodec
|
||||
/filter_audio
|
||||
/metadata
|
||||
/output
|
||||
/transcode_aac
|
4
libavcodec/.gitignore
vendored
Normal file
4
libavcodec/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/*_tablegen
|
||||
/*_tables.c
|
||||
/*_tables.h
|
||||
/bsf_list.c
|
1
libavformat/.gitignore
vendored
Normal file
1
libavformat/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/protocol_list.c
|
1
libavutil/.gitignore
vendored
Normal file
1
libavutil/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/avconfig.h
|
8
tests/.gitignore
vendored
Normal file
8
tests/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/audiogen
|
||||
/base64
|
||||
/data/
|
||||
/pixfmts.mak
|
||||
/rotozoom
|
||||
/tiny_psnr
|
||||
/videogen
|
||||
/vsynth1/
|
1
tests/checkasm/.gitignore
vendored
Normal file
1
tests/checkasm/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/checkasm
|
9
tools/.gitignore
vendored
Normal file
9
tools/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/aviocat
|
||||
/cws2fws
|
||||
/graph2dot
|
||||
/ismindex
|
||||
/pktdumper
|
||||
/probetest
|
||||
/qt-faststart
|
||||
/sidxindex
|
||||
/trasher
|
Loading…
Reference in New Issue
Block a user