add missing gitignore

This commit is contained in:
hunterk 2025-06-26 09:43:06 -05:00 committed by GitHub
parent 6f8def5b3d
commit b41e8e7c65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ src/**/*.so
src/**/*.dylib
src/**/*.dll
src/**/*.o
src/**/*.d
src/**/*.obj
src/**/*.tlog
out