2 Commits

2 changed files with 13 additions and 9 deletions

22
.gitignore vendored
View File

@@ -11,11 +11,18 @@
/*.lo
/*.a
/*.lib
/*.dll
/*.so
/*.dylib
/*.exe
/*.pdb
*.pdb
# Binarios compilados
*.dll
*.so
*.dylib
*.exe
shadertoy
Shadertoy
# Permitir DLLs de distribucion en release/
!release/*.dll
# Generated by CMake/IDE
/compile_commands.json
@@ -55,7 +62,7 @@ Thumbs.db
*.log
*.tmp
*.swp
*~
*~
*.bak
# Coverage and test artifacts
@@ -68,6 +75,3 @@ coverage.info
venv/
env/
__pycache__/
# Avoid committing local SDL runtime if you copy it next to the exe
SDL3.dll

BIN
release/SDL3.dll Normal file

Binary file not shown.