source:
opengl-game/.gitignore@
ca188cc
Last change on this file since ca188cc was aaf27cd, checked in by , 4 years ago | |
---|---|
|
|
File size: 181 bytes |
Rev | Line | |
---|---|---|
[d2f607c] | 1 | openglref |
[4eb4d0a] | 2 | vulkanref |
[d02c25f] | 3 | openglgame |
[99d44b2] | 4 | vulkangame |
[4d52702] | 5 | |
[22b2c37] | 6 | gl.log |
[98f06d9] | 7 | game.log |
[d9b6a1c] | 8 | crash.log |
[22b2c37] | 9 | |
[4befb76] | 10 | *.spv |
[4e0b82b] | 11 | imgui.ini |
12 | ||
[4d52702] | 13 | # Visual Studio files |
14 | *.user | |
15 | *.db | |
16 | *.opendb | |
17 | .vs/ | |
[21de283] | 18 | *.dll |
[4d52702] | 19 | Debug/ |
20 | Release/ | |
[aaf27cd] | 21 | .vscode/ |
[681dbe8] | 22 | |
23 | include/ | |
24 | lib/ |
Note:
See TracBrowser
for help on using the repository browser.