12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- build
- .project
- *.kdev4*
- # Visual Studio
- *.sln
- *.ncb
- *.vcproj
- # Output
- bin/
- lib/
- # Generated
- assimp.pc
- revision.h
- contrib/zlib/zconf.h
- contrib/zlib/zlib.pc
- # CMake
- CMakeCache.txt
- CMakeFiles
- cmake_install.cmake
- cmake_uninstall.cmake
- *.dir/
- assimp-config.cmake
- assimp-config-version.cmake
- # Tests
- test/results
- # Python
- __pycache__
- *.log
- *.vcxproj
- *.filters
- *.tlog
- Assimp.sdf
- test/gtest/tmp/gtest-gitupdate.cmake
- test/gtest/tmp/gtest-gitclone.cmake
- test/gtest/tmp/gtest-cfgcmd.txt.in
- test/gtest/tmp/gtest-cfgcmd.txt
- test/gtest/src/gtest-stamp/gtest-download.cmake
- test/gtest/src/gtest-stamp/gtest-configure.cmake
- test/gtest/src/gtest-stamp/gtest-build.cmake
- test/gtest/src/gtest-stamp/Debug/gtest-patch
- *.cache
- test/gtest/src/gtest-stamp/Debug/gtest-build
- *.suo
- *.lib
- test/gtest/src/gtest-stamp/Debug/
- tools/assimp_view/assimp_viewer.vcxproj.user
- # Unix editor backups
- *~
- test/gtest/src/gtest-stamp/gtest-gitinfo.txt
- test/gtest/src/gtest-stamp/gtest-gitclone-lastrun.txt
- Assimp.opensdf
- contrib/zlib/CTestTestfile.cmake
- ipch/assimp_viewer-44bbbcd1/assimp_viewerd-ccc45335.ipch
|