From 5e8b188365a0cea2594823930e72018ee1d17a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 23 Jul 2020 10:25:43 +0200 Subject: [PATCH] gitignore: Ignore binutils linker temp stXXXXXX objects Fixes #40607. Co-authored-by: Hugo Locurcio --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d9537edbf2..f4af79929c 100644 --- a/.gitignore +++ b/.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/*