openh264/.gitignore

60 lines
688 B
Plaintext
Raw Normal View History

2013-10-27 21:20:33 +01:00
# Object files
*.o
*.obj
*.res
2013-10-27 21:20:33 +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
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
*.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
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
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
# editor files
*~