summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-23 10:25:43 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-07-23 10:25:43 +0200
commit5e8b188365a0cea2594823930e72018ee1d17a84 (patch)
tree3c2fc2f502643f730eadcbed0dd11a2afe667926 /.gitignore
parent2267caa4a11590a0cd2d71ba47210935bd9bb74d (diff)
gitignore: Ignore binutils linker temp stXXXXXX objects
Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d9537edbf2..f4af79929c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,8 @@ platform/android/java/lib/.cxx/*
*.os
*.Plo
*.lo
+# Binutils tmp linker output of the form "stXXXXXX" where "X" is alphanumeric
+st[A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9][A-Za-z0-9]
# Libs generated files
.deps/*