Skip to content

Commit

Permalink
Cleanup git ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Feb 13, 2025
1 parent bcc874e commit cdb5cb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ run_ninja_env.bat
.import/
/gdextension_interface.h
extension_api.json
!modules/sandbox/ext/godot-cpp/gdextension/extension_api.json

logs/

# Generated by unit tests
Expand Down Expand Up @@ -249,10 +251,15 @@ x64/
x86/

[Ww][Ii][Nn]32/
!modules/sandbox/ext/libriscv/lib/libriscv/win32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/

!modules/sandbox/bin/
!modules/sandbox/tests/extensions/bin/

[Oo]bj/
[Ll]og/
[Ll]ogs/
Expand Down
3 changes: 2 additions & 1 deletion modules/sandbox/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ program/test
*.o
*.os
*.elf
bin/addons/godot_sandbox/bin/*
!modules/sandbox/ext/libriscv/examples/embed/fib.rv64.elf
!modules/sandbox/ext/libriscv/examples/noexcept/fib.rv64.elf

# Ignore all CPP files in the bintr directory
src/bintr/*.cpp
Expand Down

0 comments on commit cdb5cb0

Please sign in to comment.