Compare commits
2 Commits
8d17b6c047
...
47787abd73
| Author | SHA1 | Date | |
|---|---|---|---|
| 47787abd73 | |||
| fe256704ac |
22
.gitignore
vendored
22
.gitignore
vendored
@@ -11,11 +11,18 @@
|
|||||||
/*.lo
|
/*.lo
|
||||||
/*.a
|
/*.a
|
||||||
/*.lib
|
/*.lib
|
||||||
/*.dll
|
*.pdb
|
||||||
/*.so
|
|
||||||
/*.dylib
|
# Binarios compilados
|
||||||
/*.exe
|
*.dll
|
||||||
/*.pdb
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.exe
|
||||||
|
shadertoy
|
||||||
|
Shadertoy
|
||||||
|
|
||||||
|
# Permitir DLLs de distribucion en release/
|
||||||
|
!release/*.dll
|
||||||
|
|
||||||
# Generated by CMake/IDE
|
# Generated by CMake/IDE
|
||||||
/compile_commands.json
|
/compile_commands.json
|
||||||
@@ -55,7 +62,7 @@ Thumbs.db
|
|||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
# Coverage and test artifacts
|
# Coverage and test artifacts
|
||||||
@@ -68,6 +75,3 @@ coverage.info
|
|||||||
venv/
|
venv/
|
||||||
env/
|
env/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
# Avoid committing local SDL runtime if you copy it next to the exe
|
|
||||||
SDL3.dll
|
|
||||||
|
|||||||
BIN
release/SDL3.dll
Normal file
BIN
release/SDL3.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user