blob: 0a20ce4b22771dd5252e91ace6ab8b0d638dbc89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
*.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
|