Revision 78696a6aced6567af791d1741183b15ab4a49a1b authored by jsmall-nvidia on 08 June 2020, 19:28:48 UTC, committed by GitHub on 08 June 2020, 19:28:48 UTC
1 parent b3fbb92
Raw File
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
*.ilk
*.obj
bin/
intermediate/
build.*/

# Files generated by test runner.
#
# Note: in some cases a `.expected` file needs to be checked in, but
# trying to exhaustively enumerate those cases is hard with the
# way the tests are currently sorted.

*.actual
*.expected
*.expected.png
*.actual.png
*.actual.txt

tests/**/*.exp
tests/**/*.lib
tests/**/*.dll
tests/**/*.cpp

# Files generated by other shader compilers

*.spv
back to top