mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
d2d08d706b
exp files are created in every build and contain export information of the libraries. Both pdb and ilk are created during debug builds, and contain linking and debug information used by MSVC. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
52 lines
617 B
Plaintext
52 lines
617 B
Plaintext
*.a
|
|
*.o
|
|
*.d
|
|
*.def
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.h.c
|
|
*.ilk
|
|
*.lib
|
|
*.pc
|
|
*.pdb
|
|
*.so
|
|
*.so.*
|
|
*.ver
|
|
*-example
|
|
*-test
|
|
/.config
|
|
/.version
|
|
/avconv
|
|
/avplay
|
|
/avprobe
|
|
/avserver
|
|
/config.*
|
|
/version.h
|
|
/doc/*.1
|
|
/doc/*.html
|
|
/doc/*.pod
|
|
/doc/avoptions_codec.texi
|
|
/doc/avoptions_format.texi
|
|
/doc/print_options
|
|
/doxy/
|
|
/libavcodec/*_tablegen
|
|
/libavcodec/*_tables.c
|
|
/libavcodec/*_tables.h
|
|
/libavutil/avconfig.h
|
|
/tests/audiogen
|
|
/tests/base64
|
|
/tests/data/
|
|
/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/trasher
|