gitignore: Ignore binutils linker temp stXXXXXX objects

Fixes #40607.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
Rémi Verschelde 2020-07-23 10:25:43 +02:00
parent 2267caa4a1
commit 5e8b188365

2
.gitignore vendored
View file

@ -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/*