diff options
author | talha aamir <talha@talhaamir.xyz> | 2025-09-24 21:27:03 +0500 |
---|---|---|
committer | talha aamir <talha@talhaamir.xyz> | 2025-09-24 21:27:03 +0500 |
commit | 6ad18ea8a3966e10b3d73b56663c502ef35e6f09 (patch) | |
tree | 161d0f01b5f5726b78653233f1f3520a0af686e0 /.gitignore |
Added files to git.
- Starting index buffer chapter of vulkan-tutorial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7998531 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build +**/*.spv |