.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .idea
  2. build
  3. .project
  4. *.kdev4*
  5. # Visual Studio
  6. *.sln
  7. *.ncb
  8. *.vcproj
  9. # Output
  10. bin/
  11. lib/
  12. # Generated
  13. assimp.pc
  14. revision.h
  15. contrib/zlib/zconf.h
  16. contrib/zlib/zlib.pc
  17. include/assimp/config.h
  18. # CMake
  19. CMakeCache.txt
  20. CMakeFiles
  21. cmake_install.cmake
  22. cmake_uninstall.cmake
  23. *.dir/
  24. assimp-config.cmake
  25. assimp-config-version.cmake
  26. # MakeFile
  27. Makefile
  28. code/Makefile
  29. test/Makefile
  30. test/headercheck/Makefile
  31. tools/assimp_cmd/Makefile
  32. # Tests
  33. test/results
  34. # Python
  35. __pycache__
  36. *.log
  37. *.vcxproj
  38. *.filters
  39. *.tlog
  40. Assimp.sdf
  41. test/gtest/tmp/gtest-gitupdate.cmake
  42. test/gtest/tmp/gtest-gitclone.cmake
  43. test/gtest/tmp/gtest-cfgcmd.txt.in
  44. test/gtest/tmp/gtest-cfgcmd.txt
  45. test/gtest/src/gtest-stamp/gtest-download.cmake
  46. test/gtest/src/gtest-stamp/gtest-configure.cmake
  47. test/gtest/src/gtest-stamp/gtest-build.cmake
  48. test/gtest/src/gtest-stamp/Debug/gtest-patch
  49. *.cache
  50. test/gtest/src/gtest-stamp/Debug/gtest-build
  51. *.suo
  52. *.lib
  53. test/gtest/src/gtest-stamp/Debug/
  54. tools/assimp_view/assimp_viewer.vcxproj.user
  55. # Unix editor backups
  56. *~
  57. test/gtest/src/gtest-stamp/gtest-gitinfo.txt
  58. test/gtest/src/gtest-stamp/gtest-gitclone-lastrun.txt
  59. Assimp.opensdf
  60. contrib/zlib/CTestTestfile.cmake
  61. ipch/assimp_viewer-44bbbcd1/assimp_viewerd-ccc45335.ipch
  62. bin64/assimp-vc140-mt.dll
  63. bin64/assimp-vc140-mtd.dll
  64. lib64/assimp-vc140-mt.exp
  65. lib64/assimp-vc140-mtd.exp
  66. lib64/assimp-vc140-mtd.ilk
  67. lib64/assimp-vc140-mtd.pdb
  68. bin64/assimp-vc120-mt.dll
  69. bin64/assimp-vc120-mtd.dll
  70. lib64/assimp-vc120-mtd.pdb
  71. lib64/assimp-vc120-mtd.ilk
  72. lib64/assimp-vc120-mtd.exp
  73. lib64/assimp-vc120-mt.exp
  74. xcuserdata