Fixed .gitignore, removed .gitmodules
This commit is contained in:
parent
ae79f06ce8
commit
3f30a154ec
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,9 +3,9 @@ Debug/src/**/*.o
|
||||
|
||||
Debug/voxel_engine
|
||||
|
||||
build
|
||||
/build
|
||||
|
||||
world
|
||||
/world
|
||||
|
||||
.vscode
|
||||
|
||||
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +0,0 @@
|
||||
[submodule "libs/glm"]
|
||||
path = libs/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
[submodule "libs/glfw"]
|
||||
path = libs/glfw
|
||||
url = https://github.com/glfw/glfw.git
|
||||
Loading…
x
Reference in New Issue
Block a user