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 *.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

Binary file not shown.