Skip to content

Commit

Permalink
Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Feb 14, 2025
1 parent 7825d2e commit 2e244be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ tests/data/crypto/out*
*.ox
*.Plo
*.so

!modules/sandbox/tests/extensions/bin/libgodot-riscv.linux.debug.x86_64.so
!modules/sandbox/tests/extensions/bin/libgodot-riscv.linux.release.x86_64.so

# 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]

Expand Down Expand Up @@ -258,7 +262,9 @@ bld/
[Bb]in/

!modules/sandbox/bin/
!modules/sandbox/bin/**/[Bb]in/
!modules/sandbox/tests/extensions/bin/
!modules/sandbox/tests/extensions/bin/**/[Bb]in/

[Oo]bj/
[Ll]og/
Expand Down

0 comments on commit 2e244be

Please sign in to comment.