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