mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-21 05:29:52 +08:00
Add files to .gitignore
Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
This commit is contained in:
parent
088aa0210f
commit
f4fbee1cdf
18
.gitignore
vendored
18
.gitignore
vendored
@ -13,6 +13,24 @@ CTestTestfile.cmake
|
||||
premake5
|
||||
premake5.tar.gz
|
||||
|
||||
#built examples
|
||||
/examples/raytrace/bin/
|
||||
|
||||
#visual studio files
|
||||
*.sln
|
||||
*.vcxproj*
|
||||
.vs
|
||||
|
||||
#binary directories
|
||||
bin/
|
||||
obj/
|
||||
|
||||
#runtime gui config
|
||||
imgui.ini
|
||||
|
||||
#visual stuido code
|
||||
.vscode
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
|
Binary file not shown.
@ -1,25 +0,0 @@
|
||||
[Debug]
|
||||
Pos=60,60
|
||||
Size=400,400
|
||||
Collapsed=0
|
||||
|
||||
[UI]
|
||||
Pos=-41,636
|
||||
Size=469,191
|
||||
Collapsed=0
|
||||
|
||||
[Render]
|
||||
Pos=583,717
|
||||
Size=410,425
|
||||
Collapsed=0
|
||||
|
||||
[Scene]
|
||||
Pos=60,60
|
||||
Size=256,206
|
||||
Collapsed=0
|
||||
|
||||
[Transform]
|
||||
Pos=608,278
|
||||
Size=235,167
|
||||
Collapsed=0
|
||||
|
@ -119,4 +119,4 @@ bool LoadRenderConfig(example::RenderConfig* config, const char* filename) {
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} // namespace example
|
||||
|
Loading…
x
Reference in New Issue
Block a user