gitignore: Ignore binutils linker temp stXXXXXX objects

Fixes #40607.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit 5e8b188365)
This commit is contained in:
Rémi Verschelde 2020-07-23 10:25:43 +02:00
parent f1cdb91f34
commit 3d420c94c9
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -33,6 +33,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/*