| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- *.exe
- *.dll
- *.dylib
- *.so
- /other/
- Release_MD/
- Release/
- Debug/
- x64/
- ipch/
- */bin/obs
- */bin/test
- */bin/obs.app
- #autotools
- m4/libtool.m4
- m4/lt~obsolete.m4
- m4/ltoptions.m4
- m4/ltsugar.m4
- m4/ltversion.m4
- .deps
- .libs
- aclocal.m4
- autom4te.cache
- config.guess
- config.log
- config.status
- config.sub
- configure
- depcomp
- install-sh
- Makefile.in
- Makefile
- missing
- compile
- libtool
- ltmain.sh
- .depend
- tags
- *.trace
- *.swp
- *.dat
- *.clbin
- *.log
- *.tlog
- *.sdf
- *.opensdf
- *.xml
- *.ipch
- *.css
- *.xslt
- *.aps
- *.suo
- *.ncb
- *.user
- *.lo
- *.la
- *.o
- *.obj
- *.pdb
- *.res
- *.manifest
- *.dep
- *.zip
- *.lnk
- *.chm
- *~
- *.o.d
- *.ninja
- .ninja*
- .dirstamp
- #cmake
- cmake_install.cmake
- CMakeCache.txt
- CMakeFiles/
- CMakeScripts/
- #xcode
- *.xcodeproj/
|