1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

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

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