Browse Source

gitignore: Ignore binutils linker temp stXXXXXX objects

Fixes #40607.

Co-authored-by: Hugo Locurcio <[email protected]>
Rémi Verschelde 5 years ago
parent
commit
5e8b188365
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.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/*