diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-06-08 22:45:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-08 22:45:08 +0200 |
| commit | e5bf6fd3aa442c746c9540e97fc76110b3f6ee06 (patch) | |
| tree | 67d6b7f0c8c23c98141be51ce2ebe6cd1dbbc40d | |
| parent | 1f4cfd52fd6748498f425d9548b5ad8712db846f (diff) | |
| parent | 5c8f78a25aaf517b6a4670551f3668a45b068327 (diff) | |
Merge pull request #3708 from Feoramund/ignore-bmp-assets
Add `*.bmp` to core tests `.gitignore`
| -rw-r--r-- | tests/core/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/.gitignore b/tests/core/.gitignore index cd013e188..2a4e21679 100644 --- a/tests/core/.gitignore +++ b/tests/core/.gitignore @@ -1,3 +1,4 @@ +*.bmp
*.zip
*.png
math_big_test_library.*
\ No newline at end of file |