Files
renderdoc/util/test/.gitignore
T
baldurk a9151a8c0b Add testing framework useful for automated testing
* Built entirely independently of the main renderdoc build (for now).
* Contains python scripts & framework for running tests on a renderdoc build,
  which will be run nightly.
2018-11-29 14:47:20 +00:00

17 lines
115 B
Plaintext

.idea/
obj/
ipch/
tmp/
artifacts/
__pycache__/
*.opensdf
*.sdf
*.suo
*.user
*.pdb
*.ipdb
*.iobj
*.exe
*.ilk
*.VC.*