mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
gitignore: Ignore binutils linker temp stXXXXXX objects
Fixes #40607. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
parent
2267caa4a1
commit
5e8b188365
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,6 +34,8 @@ platform/android/java/lib/.cxx/*
|
|||||||
*.os
|
*.os
|
||||||
*.Plo
|
*.Plo
|
||||||
*.lo
|
*.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
|
# Libs generated files
|
||||||
.deps/*
|
.deps/*
|
||||||
|
Loading…
Reference in New Issue
Block a user