Skip to content

Commit

Permalink
[Metal] Added "default.metallib" to .gitignore.
Browse files Browse the repository at this point in the history
These files can show up during testing when compiling local Metal shaders.
Only keep built-in *.metallib files under Metal/Shader/Builtin/.
  • Loading branch information
LukasBanana committed Jan 25, 2025
1 parent da317ec commit 4e5d40f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Screenshot.*
Capture.*
*.Results.png
LLGL.trace.json
default.metallib

# Output files from individual tests (Testbed is handled separately)
tests/Output
Expand All @@ -27,4 +28,4 @@ tests/Output
*.cap

# VS Code folder
.vscode
.vscode

0 comments on commit 4e5d40f

Please sign in to comment.