aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-06-08 22:45:08 +0200
committerGitHub <noreply@github.com>2024-06-08 22:45:08 +0200
commite5bf6fd3aa442c746c9540e97fc76110b3f6ee06 (patch)
tree67d6b7f0c8c23c98141be51ce2ebe6cd1dbbc40d
parent1f4cfd52fd6748498f425d9548b5ad8712db846f (diff)
parent5c8f78a25aaf517b6a4670551f3668a45b068327 (diff)
Merge pull request #3708 from Feoramund/ignore-bmp-assets
Add `*.bmp` to core tests `.gitignore`
-rw-r--r--tests/core/.gitignore1
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