gitignore: Ignore binutils linker temp stXXXXXX objects
Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
2267caa4a1
commit
5e8b188365
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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/*
|
||||
|
|
Loading…
Reference in a new issue