Updated gitignore and added submodule
- Added a filebrowser for imgui submodule - Added gitignore entries for two submodules
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -16,4 +16,9 @@ x64/
|
||||
*.gltf
|
||||
!sponza.gltf
|
||||
|
||||
imgui.ini
|
||||
imgui.ini
|
||||
libs/physx/physx/include/
|
||||
libs/physx/physx/compiler/
|
||||
libs/physx/physx/buildtools/
|
||||
libs/physx/physx/bin/
|
||||
libs/nativefiledialog/build/
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -39,3 +39,6 @@
|
||||
[submodule "libs/mINI"]
|
||||
path = libs/mINI
|
||||
url = https://github.com/pulzed/mINI.git
|
||||
[submodule "libs/imgui-filebrowser"]
|
||||
path = libs/imgui-filebrowser
|
||||
url = https://github.com/AirGuanZ/imgui-filebrowser.git
|
||||
|
1
libs/imgui-filebrowser
Submodule
1
libs/imgui-filebrowser
Submodule
Submodule libs/imgui-filebrowser added at cfccc2aab6
Reference in New Issue
Block a user