.gitignore 2.1 KB

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