diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-22 18:39:52 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-22 18:39:52 -0400 |
commit | 065a77e70717ead2bfd0776bf45ecc4bf3614e12 (patch) | |
tree | 778aee3109b442690d9108dab650eafcbdf43d85 /.gitignore | |
parent | remove compile libs from make (diff) | |
download | minecraftvulkan-065a77e70717ead2bfd0776bf45ecc4bf3614e12.tar.gz minecraftvulkan-065a77e70717ead2bfd0776bf45ecc4bf3614e12.tar.bz2 minecraftvulkan-065a77e70717ead2bfd0776bf45ecc4bf3614e12.zip |
add spv to gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ bin .env *.o +*.spv |