2013-10-27 21:20:33 +01:00
|
|
|
# Object files
|
|
|
|
*.o
|
2014-03-18 10:21:46 +01:00
|
|
|
*.obj
|
2015-04-20 10:08:59 +02:00
|
|
|
*.res
|
2013-10-27 21:20:33 +01:00
|
|
|
|
2014-01-23 14:16:29 +01:00
|
|
|
# Dependency files
|
|
|
|
*.d
|
|
|
|
|
2014-04-23 09:20:08 +02:00
|
|
|
# orig files generated by astyle
|
|
|
|
*.orig
|
|
|
|
|
2013-10-27 21:20:33 +01:00
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2014-01-05 13:31:51 +01:00
|
|
|
h264dec
|
|
|
|
h264enc
|
2014-01-09 14:06:10 +01:00
|
|
|
codec_unittest
|
|
|
|
|
2014-06-29 12:09:39 +02:00
|
|
|
# Other files generated by the MSVC compiler
|
|
|
|
*.exp
|
|
|
|
*.pdb
|
2016-01-21 09:23:34 +01:00
|
|
|
*.map
|
2014-06-29 12:09:39 +02:00
|
|
|
|
|
|
|
# Executables built by the MSVC project files
|
|
|
|
bin
|
|
|
|
|
2014-01-09 14:06:10 +01:00
|
|
|
# External source
|
|
|
|
gtest
|
2014-06-25 08:55:46 +02:00
|
|
|
gmp-api
|
2014-01-09 14:06:10 +01:00
|
|
|
|
|
|
|
# Output files from example commands
|
|
|
|
testbin/test_vd_1d.264
|
|
|
|
testbin/test_vd_1d.yuv
|
|
|
|
testbin/test_vd_rc.264
|
|
|
|
testbin/test_vd_rc.yuv
|
2014-01-12 09:09:59 +01:00
|
|
|
testbin/test.264
|
|
|
|
testbin/test.yuv
|
2014-10-26 23:25:15 +01:00
|
|
|
|
2016-04-04 04:32:29 +02:00
|
|
|
# iOS output files
|
|
|
|
codec/build/iOS/common/build/
|
|
|
|
codec/build/iOS/dec/welsdec/build/
|
|
|
|
|
2014-10-26 23:25:15 +01:00
|
|
|
# pkg-config file
|
|
|
|
*.pc
|
2014-11-27 23:46:29 +01:00
|
|
|
|
|
|
|
# editor files
|
|
|
|
*~
|
|
|
|
|