mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
gitignore: Ignore binutils linker temp stXXXXXX objects
Fixes #40607.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit 5e8b188365
)
This commit is contained in:
parent
f1cdb91f34
commit
3d420c94c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user