corregit gitignore

This commit is contained in:
2025-10-25 12:12:44 +02:00
parent fe256704ac
commit 47787abd73
2 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@@ -11,13 +11,13 @@
/*.lo /*.lo
/*.a /*.a
/*.lib /*.lib
*.dll # DLLs compiladas
*.so # Binarios Linux
*.dylib # Binarios macOS
*.exe # Ejecutables Windows
*.pdb *.pdb
# Binarios compilados sin extension (Linux/macOS) # Binarios compilados
*.dll
*.so
*.dylib
*.exe
shadertoy shadertoy
Shadertoy Shadertoy
@@ -62,7 +62,7 @@ Thumbs.db
*.log *.log
*.tmp *.tmp
*.swp *.swp
*~ *~
*.bak *.bak
# Coverage and test artifacts # Coverage and test artifacts

BIN
release/SDL3.dll Normal file

Binary file not shown.