.gitignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .idea
  2. build
  3. .project
  4. *.kdev4*
  5. .DS_Store
  6. # build artefacts
  7. *.o
  8. *.a
  9. # Visual Studio
  10. *.sln
  11. *.ncb
  12. *.vcproj
  13. *.vcxproj.user
  14. *.VC.db
  15. *.VC.db-shm
  16. *.VC.db-wal
  17. *.VC.opendb
  18. *.ipch
  19. .vs/
  20. out/
  21. CMakeSettings.json
  22. # Output
  23. bin/
  24. lib/
  25. x64/
  26. # QtCreator
  27. CMakeLists.txt.user
  28. # Generated
  29. assimp.pc
  30. assimp.aps
  31. revision.h
  32. contrib/zlib/zconf.h
  33. contrib/zlib/zlib.pc
  34. include/assimp/config.h
  35. unit.vcxproj.user
  36. # CMake
  37. CMakeCache.txt
  38. CMakeFiles
  39. cmake_install.cmake
  40. cmake_uninstall.cmake
  41. *.dir/
  42. assimp-config.cmake
  43. assimp-config-version.cmake
  44. assimpTargets*.cmake
  45. # MakeFile
  46. Makefile
  47. code/Makefile
  48. test/Makefile
  49. test/headercheck/Makefile
  50. tools/assimp_cmd/Makefile
  51. # Tests
  52. test/results
  53. test/readlinetest*
  54. # Python
  55. __pycache__
  56. *.log
  57. *.vcxproj
  58. *.filters
  59. *.tlog
  60. Assimp.sdf
  61. test/gtest/tmp/gtest-gitupdate.cmake
  62. test/gtest/tmp/gtest-gitclone.cmake
  63. test/gtest/tmp/gtest-cfgcmd.txt.in
  64. test/gtest/tmp/gtest-cfgcmd.txt
  65. test/gtest/src/gtest-stamp/gtest-download.cmake
  66. test/gtest/src/gtest-stamp/gtest-configure.cmake
  67. test/gtest/src/gtest-stamp/gtest-build.cmake
  68. test/gtest/src/gtest-stamp/Debug/gtest-patch
  69. *.cache
  70. test/gtest/src/gtest-stamp/Debug/gtest-build
  71. *.suo
  72. *.lib
  73. test/gtest/src/gtest-stamp/Debug/
  74. tools/assimp_view/assimp_viewer.vcxproj.user
  75. *.pyc
  76. ### Rust ###
  77. # Generated by Cargo; will have compiled files and executables
  78. port/assimp_rs/target/
  79. # Backup files generated by rustfmt
  80. port/assimp_rs/**/*.rs.bk
  81. # Unix editor backups
  82. *~
  83. test/gtest/src/gtest-stamp/gtest-gitinfo.txt
  84. test/gtest/src/gtest-stamp/gtest-gitclone-lastrun.txt
  85. Assimp.opensdf
  86. contrib/zlib/CTestTestfile.cmake
  87. contrib/zlib/Debug/zlibstaticd.pdb
  88. ipch/assimp_viewer-44bbbcd1/assimp_viewerd-ccc45335.ipch
  89. bin64/assimp-vc140-mt.dll
  90. bin64/assimp-vc140-mtd.dll
  91. lib64/assimp-vc140-mt.exp
  92. lib64/assimp-vc140-mtd.exp
  93. lib64/assimp-vc140-mtd.ilk
  94. lib64/assimp-vc140-mtd.pdb
  95. bin64/assimp-vc120-mt.dll
  96. bin64/assimp-vc120-mtd.dll
  97. lib64/assimp-vc120-mtd.pdb
  98. lib64/assimp-vc120-mtd.ilk
  99. lib64/assimp-vc120-mtd.exp
  100. lib64/assimp-vc120-mt.exp
  101. xcuserdata
  102. cmake-build-debug
  103. install_manifest.txt
  104. tools/assimp_qt_viewer/moc_glview.cpp
  105. tools/assimp_qt_viewer/moc_glview.cpp_parameters
  106. tools/assimp_qt_viewer/moc_mainwindow.cpp
  107. tools/assimp_qt_viewer/moc_mainwindow.cpp_parameters
  108. tools/assimp_qt_viewer/ui_mainwindow.h
  109. #Generated directory
  110. generated/*
  111. # 3rd party cloned repos/tarballs etc
  112. # meshlab repo, automatically cloned via CMake (to gain 2 source files for VRML file format conversion)
  113. contrib/meshlab/autoclone
  114. # tinyusdz repo, automatically cloned via CMake
  115. contrib/tinyusdz/autoclone