basic template

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2026-01-27 17:07:32 +00:00
parent 0736a73254
commit d269aaf9bb
2 changed files with 9 additions and 8 deletions

17
.gitignore vendored
View File

@ -22,10 +22,10 @@
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# *.lai
# *.la
# *.a
# *.lib
# Executables
*.exe
@ -52,10 +52,10 @@
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# *.lib
# *.a
# *.la
# *.lo
# Shared objects (inc. Windows DLLs)
*.dll
@ -99,4 +99,5 @@ compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json
build

BIN
libraries/libglfw3.a Normal file

Binary file not shown.