Merge pull request #40625 from akien-mga/gitignore-binutils-stXXXXXX

gitignore: Ignore binutils linker temp stXXXXXX objects
This commit is contained in:
Rémi Verschelde 2020-07-23 10:42:40 +02:00 committed by GitHub
commit bd00ab7516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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