basic template
This commit is contained in:
parent
0736a73254
commit
d269aaf9bb
17
.gitignore
vendored
17
.gitignore
vendored
@ -22,10 +22,10 @@
|
|||||||
*.smod
|
*.smod
|
||||||
|
|
||||||
# Compiled Static libraries
|
# Compiled Static libraries
|
||||||
*.lai
|
# *.lai
|
||||||
*.la
|
# *.la
|
||||||
*.a
|
# *.a
|
||||||
*.lib
|
# *.lib
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.exe
|
*.exe
|
||||||
@ -52,10 +52,10 @@
|
|||||||
*.pch
|
*.pch
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
# *.lib
|
||||||
*.a
|
# *.a
|
||||||
*.la
|
# *.la
|
||||||
*.lo
|
# *.lo
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
# Shared objects (inc. Windows DLLs)
|
||||||
*.dll
|
*.dll
|
||||||
@ -99,4 +99,5 @@ compile_commands.json
|
|||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
_deps
|
_deps
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
|
build
|
||||||
|
|
||||||
|
|||||||
BIN
libraries/libglfw3.a
Normal file
BIN
libraries/libglfw3.a
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user