1# Object files 2*.o 3*.obj 4*.res 5 6# Dependency files 7*.d 8 9# orig files generated by astyle 10*.orig 11 12# Libraries 13*.lib 14*.a 15 16# Shared objects (inc. Windows DLLs) 17*.dll 18*.so 19*.so.* 20*.dylib 21 22# Executables 23*.exe 24*.out 25*.app 26h264dec 27h264enc 28codec_unittest 29 30# Other files generated by the MSVC compiler 31*.exp 32*.pdb 33*.map 34 35# Executables built by the MSVC project files 36bin 37 38# External source 39gtest 40gmp-api 41 42# Output files from example commands 43testbin/test_vd_1d.264 44testbin/test_vd_1d.yuv 45testbin/test_vd_rc.264 46testbin/test_vd_rc.yuv 47testbin/test.264 48testbin/test.yuv 49 50# iOS output files 51codec/build/iOS/common/build/ 52codec/build/iOS/dec/welsdec/build/ 53 54# pkg-config file 55*.pc 56 57# editor files 58*~ 59 60