diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-11-30 14:48:24 -0600 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-11-30 14:48:24 -0600 |
| commit | 37c55fb7a21c2c49ff16de720ded3556e0453e0a (patch) | |
| tree | abc443ec9736da92393d733436a211b275a36503 /.gitignore | |
| parent | ab0f6187ebd07cc9cc6dc9bc24a38a907b5b64a6 (diff) | |
d3d11-resize-draw
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,10 @@ -.DS_Store -.cache -.vs +*.DS_Store +*.cache +*.cso +*.exe +*.pdb +*.vcxproj.user +*.vs bin -build
\ No newline at end of file +build +d3d11-re.*
\ No newline at end of file |