Add .spv to gitignore

This commit is contained in:
0cc4m 2023-07-28 07:08:28 +02:00
parent f6b241e803
commit 6bd9bd9026

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.o
*.a
*.so
*.spv
.DS_Store
.build/
.cache/