Browse Source

gitignore: Ignore binutils linker temp stXXXXXX objects

Fixes #40607.

Co-authored-by: Hugo Locurcio <[email protected]>
(cherry picked from commit 5e8b188365a0cea2594823930e72018ee1d17a84)
Rémi Verschelde 5 years ago
parent
commit
3d420c94c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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