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.

.gitignore 442B

12345678910111213141516171819202122
  1. local-tmp
  2. dependencies
  3. dependencies_x64
  4. scripts/win32-dependencies.cmd
  5. dist
  6. build
  7. libraries/doc-tmp
  8. CMakeLists.txt.*
  9. CustomCMakeLists.txt
  10. .*.swp
  11. *~
  12. *.swp
  13. # .build is generated on automated packaging on CI
  14. .build
  15. # this file can be copied from skeleton, and updated with appropriate credentials
  16. scripts/windows-install-dependencies-custom.cmd
  17. scripts/windows-install-dependencies-x64-custom.cmd
  18. .version
  19. # Temp & Software Folder
  20. .vs/
  21. .vscode/