You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 line
343 B

  1. build
  2. .project
  3. *.kdev4*
  4. # Visual Studio
  5. *.sln
  6. *.ncb
  7. *.vcproj
  8. # Output
  9. bin/
  10. lib/
  11. contrib/
  12. # Generated
  13. assimp.pc
  14. revision.h
  15. contrib/zlib/zconf.h
  16. contrib/zlib/zlib.pc
  17. # CMake
  18. CMakeCache.txt
  19. CMakeFiles
  20. cmake_install.cmake
  21. cmake_uninstall.cmake
  22. *.dir/
  23. assimp-config.cmake
  24. assimp-config-version.cmake
  25. # Tests
  26. test/results
  27. # Python
  28. __pycache__