1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .idea
- build
- .project
- *.kdev4*
- # Visual Studio
- *.sln
- *.ncb
- *.vcproj
- # Output
- bin/
- lib/
- # Generated
- assimp.pc
- revision.h
- contrib/zlib/zconf.h
- contrib/zlib/zlib.pc
- include/assimp/config.h
- # CMake
- CMakeCache.txt
- CMakeFiles
- cmake_install.cmake
- cmake_uninstall.cmake
- *.dir/
- assimp-config.cmake
- assimp-config-version.cmake
- # MakeFile
- Makefile
- code/Makefile
- test/Makefile
- test/headercheck/Makefile
- tools/assimp_cmd/Makefile
- # 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
- bin64/assimp-vc140-mt.dll
- bin64/assimp-vc140-mtd.dll
- lib64/assimp-vc140-mt.exp
- lib64/assimp-vc140-mtd.exp
- lib64/assimp-vc140-mtd.ilk
- lib64/assimp-vc140-mtd.pdb
- bin64/assimp-vc120-mt.dll
- bin64/assimp-vc120-mtd.dll
- lib64/assimp-vc120-mtd.pdb
- lib64/assimp-vc120-mtd.ilk
- lib64/assimp-vc120-mtd.exp
- lib64/assimp-vc120-mt.exp
- xcuserdata
|