123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- .idea
- build
- .project
- *.kdev4*
- .DS_Store
- # build artefacts
- *.o
- *.a
- # Visual Studio
- *.sln
- *.ncb
- *.vcproj
- *.vcxproj.user
- *.VC.db
- *.VC.db-shm
- *.VC.db-wal
- *.VC.opendb
- *.ipch
- .vs/
- out/
- CMakeSettings.json
- # Output
- bin/
- lib/
- x64/
- # QtCreator
- CMakeLists.txt.user
- # Generated
- assimp.pc
- assimp.aps
- revision.h
- contrib/zlib/zconf.h
- contrib/zlib/zlib.pc
- include/assimp/config.h
- unit.vcxproj.user
- # CMake
- CMakeCache.txt
- CMakeFiles
- cmake_install.cmake
- cmake_uninstall.cmake
- *.dir/
- assimp-config.cmake
- assimp-config-version.cmake
- assimpTargets*.cmake
- # MakeFile
- Makefile
- code/Makefile
- test/Makefile
- test/headercheck/Makefile
- tools/assimp_cmd/Makefile
- # Tests
- test/results
- test/readlinetest*
- # 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
- *.pyc
- ### Rust ###
- # Generated by Cargo; will have compiled files and executables
- port/assimp_rs/target/
- # Backup files generated by rustfmt
- port/assimp_rs/**/*.rs.bk
- # 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
- contrib/zlib/Debug/zlibstaticd.pdb
- 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
- cmake-build-debug
- install_manifest.txt
- tools/assimp_qt_viewer/moc_glview.cpp
- tools/assimp_qt_viewer/moc_glview.cpp_parameters
- tools/assimp_qt_viewer/moc_mainwindow.cpp
- tools/assimp_qt_viewer/moc_mainwindow.cpp_parameters
- tools/assimp_qt_viewer/ui_mainwindow.h
- #Generated directory
- generated/*
- # 3rd party cloned repos/tarballs etc
- # meshlab repo, automatically cloned via CMake (to gain 2 source files for VRML file format conversion)
- contrib/meshlab/autoclone
- # tinyusdz repo, automatically cloned via CMake
- contrib/tinyusdz/autoclone
|