.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. # QtCreator
  26. CMakeLists.txt.user
  27. # Generated
  28. assimp.pc
  29. assimp.aps
  30. revision.h
  31. contrib/zlib/zconf.h
  32. contrib/zlib/zlib.pc
  33. include/assimp/config.h
  34. unit.vcxproj.user
  35. # CMake
  36. CMakeCache.txt
  37. CMakeFiles
  38. cmake_install.cmake
  39. cmake_uninstall.cmake
  40. *.dir/
  41. assimp-config.cmake
  42. assimp-config-version.cmake
  43. assimpTargets*.cmake
  44. # MakeFile
  45. Makefile
  46. code/Makefile
  47. test/Makefile
  48. test/headercheck/Makefile
  49. tools/assimp_cmd/Makefile
  50. # Tests
  51. test/results
  52. test/readlinetest*
  53. # Python
  54. __pycache__
  55. *.log
  56. *.vcxproj
  57. *.filters
  58. *.tlog
  59. Assimp.sdf
  60. test/gtest/tmp/gtest-gitupdate.cmake
  61. test/gtest/tmp/gtest-gitclone.cmake
  62. test/gtest/tmp/gtest-cfgcmd.txt.in
  63. test/gtest/tmp/gtest-cfgcmd.txt
  64. test/gtest/src/gtest-stamp/gtest-download.cmake
  65. test/gtest/src/gtest-stamp/gtest-configure.cmake
  66. test/gtest/src/gtest-stamp/gtest-build.cmake
  67. test/gtest/src/gtest-stamp/Debug/gtest-patch
  68. *.cache
  69. test/gtest/src/gtest-stamp/Debug/gtest-build
  70. *.suo
  71. *.lib
  72. test/gtest/src/gtest-stamp/Debug/
  73. tools/assimp_view/assimp_viewer.vcxproj.user
  74. *.pyc
  75. ### Rust ###
  76. # Generated by Cargo; will have compiled files and executables
  77. port/assimp_rs/target/
  78. # Backup files generated by rustfmt
  79. port/assimp_rs/**/*.rs.bk
  80. # Unix editor backups
  81. *~
  82. test/gtest/src/gtest-stamp/gtest-gitinfo.txt
  83. test/gtest/src/gtest-stamp/gtest-gitclone-lastrun.txt
  84. Assimp.opensdf
  85. contrib/zlib/CTestTestfile.cmake
  86. ipch/assimp_viewer-44bbbcd1/assimp_viewerd-ccc45335.ipch
  87. bin64/assimp-vc140-mt.dll
  88. bin64/assimp-vc140-mtd.dll
  89. lib64/assimp-vc140-mt.exp
  90. lib64/assimp-vc140-mtd.exp
  91. lib64/assimp-vc140-mtd.ilk
  92. lib64/assimp-vc140-mtd.pdb
  93. bin64/assimp-vc120-mt.dll
  94. bin64/assimp-vc120-mtd.dll
  95. lib64/assimp-vc120-mtd.pdb
  96. lib64/assimp-vc120-mtd.ilk
  97. lib64/assimp-vc120-mtd.exp
  98. lib64/assimp-vc120-mt.exp
  99. xcuserdata
  100. cmake-build-debug
  101. install_manifest.txt
  102. tools/assimp_qt_viewer/moc_glview.cpp
  103. tools/assimp_qt_viewer/moc_glview.cpp_parameters
  104. tools/assimp_qt_viewer/moc_mainwindow.cpp
  105. tools/assimp_qt_viewer/moc_mainwindow.cpp_parameters
  106. tools/assimp_qt_viewer/ui_mainwindow.h
  107. #Generated directory
  108. generated/*