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 531B

1234567891011121314151617181920212223242526272829303132
  1. local-tmp
  2. dependencies
  3. dependencies_x64
  4. scripts/win32-dependencies.cmd
  5. dist
  6. dist-*
  7. build
  8. CMakeLists.txt.*
  9. CustomCMakeLists.txt
  10. .*.swp
  11. externals/*/
  12. *~
  13. *.swp
  14. .project
  15. .cproject
  16. #ignore python compile file .pyc
  17. # *.pyc
  18. # *.*~
  19. modules/doc-tmp/
  20. # .build is generated on automated packaging on CI
  21. .build
  22. # this file can be copied from skeleton, and updated with appropriate credentials
  23. scripts/windows-install-dependencies-custom.cmd
  24. scripts/windows-install-dependencies-x64-custom.cmd
  25. .version
  26. # Temp & Software Folder
  27. .vs/
  28. .vscode/